Skip to content

Commit

Permalink
add tags for pipelines in vision folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyihg committed Jul 25, 2023
1 parent 7994549 commit 045c504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pipelines/vision/low_light_enhancement.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"name": "Low-light enhancement",
"instruction": "Enhance an image captured in low-light environment with the Zero-DCE model model in TensorFlow Hub; then compare the result with the input image.",
"creationTs": 1681966311839,
"lastModifiedTs": 1681966327277
"lastModifiedTs": 1681966327277,
"userSetData": {
"tags": ["vision"]
}
},
"graph": {
"nodes": [
Expand Down
5 changes: 4 additions & 1 deletion pipelines/vision/object_detection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"name": "Object Detection with Interactive Data Augmentation",
"id": "mgl1nj",
"creationTs": 1689050831536,
"lastModifiedTs": 1689051147730
"lastModifiedTs": 1689051147730,
"userSetData": {
"tags": ["vision"]
}
},
"graph": {
"nodes": [
Expand Down

0 comments on commit 045c504

Please sign in to comment.