-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea5864c
commit c38943c
Showing
82 changed files
with
6,025 additions
and
3,187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[ | ||
{ | ||
"id": "169143702805114", | ||
"output": { | ||
"node": "data_1", | ||
"interface": "destination" | ||
}, | ||
"input": { | ||
"node": "if_3", | ||
"interface": "source" | ||
} | ||
}, | ||
{ | ||
"id": "169143703364517", | ||
"output": { | ||
"node": "if_3", | ||
"interface": "destination_true" | ||
}, | ||
"input": { | ||
"node": "approx_vector_2", | ||
"interface": "source" | ||
} | ||
}, | ||
{ | ||
"id": "169143703561020", | ||
"output": { | ||
"node": "if_3", | ||
"interface": "destination_false" | ||
}, | ||
"input": { | ||
"node": "duplicate_objects_4", | ||
"interface": "source" | ||
} | ||
}, | ||
{ | ||
"id": "169143704716225", | ||
"output": { | ||
"node": "approx_vector_2", | ||
"interface": "destination" | ||
}, | ||
"input": { | ||
"node": "save_5", | ||
"interface": "source" | ||
} | ||
}, | ||
{ | ||
"id": "169143704898828", | ||
"output": { | ||
"node": "duplicate_objects_4", | ||
"interface": "destination" | ||
}, | ||
"input": { | ||
"node": "save_5", | ||
"interface": "source" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"action": "data", | ||
"src": [ | ||
"Lemons for exam PRED/*" | ||
], | ||
"dst": "$data_1", | ||
"settings": { | ||
"classes_mapping": "default" | ||
} | ||
}, | ||
{ | ||
"action": "if", | ||
"src": [ | ||
"$data_1" | ||
], | ||
"dst": [ | ||
"$if_2_true", | ||
"$if_2_false" | ||
], | ||
"settings": { | ||
"condition": { | ||
"probability": 0.66 | ||
} | ||
} | ||
}, | ||
{ | ||
"action": "drop_obj_by_class", | ||
"src": [ | ||
"$if_2_true" | ||
], | ||
"dst": "$drop_obj_by_class_3", | ||
"settings": { | ||
"classes": [ | ||
"kiwi" | ||
] | ||
} | ||
}, | ||
{ | ||
"action": "save", | ||
"src": [ | ||
"$if_2_false", | ||
"$drop_obj_by_class_3" | ||
], | ||
"dst": "lemons_transformed", | ||
"settings": { | ||
"visualize": true | ||
} | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"data_1": { | ||
"Info": null, | ||
"source_text": "Source", | ||
"src": "src1", | ||
"classes_mapping_text": "Classes Mapping", | ||
"classes_mapping": "\"default\"" | ||
}, | ||
"data_2": { | ||
"Info": null, | ||
"source_text": "Source", | ||
"src": "src2", | ||
"classes_mapping_text": "Classes Mapping", | ||
"classes_mapping": "{\"cls2\":\"cls2_copy\"}" | ||
}, | ||
"if_3": { | ||
"Info": null, | ||
"condition_text": "Condition", | ||
"condition": "probability", | ||
"condition_value_text": "Condition Value", | ||
"condition_value": "0.8" | ||
}, | ||
"approx_vector_4": { | ||
"Info": null, | ||
"classes_text": "Classes", | ||
"classes": "cls1", | ||
"epsilon_text": "Epsilon", | ||
"epsilon": 3 | ||
}, | ||
"bitmap2lines_5": { | ||
"Info": null, | ||
"min_points_cnt_text": "Min Points Count", | ||
"min_points_cnt": 2, | ||
"classes_mapping_text": "Classes Mapping", | ||
"classes_mapping": "{\"cls1\": \"cls1_line\"}" | ||
}, | ||
"find_contours_6": { | ||
"Info": null, | ||
"classes_mapping_text": "Classes Mapping", | ||
"classes_mapping": "{\"cls2_copy\":\"cls2_copy_cont\"}" | ||
}, | ||
"supervisely_7": { | ||
"Info": null, | ||
"destination_text": "Destination", | ||
"dst": "result" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.