File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -77,5 +77,7 @@ def prepare_data(data_dir="./data"):
7777 prepare_model (args .data_dir , args .public_scope )
7878 prepare_data (args .data_dir )
7979 retrieve_otx_model (args .data_dir , "mlc_mobilenetv3_large_voc" )
80+ retrieve_otx_model (args .data_dir , "detection_model_with_xai_head" )
81+ retrieve_otx_model (args .data_dir , "Lite-hrnet-18_mod2" )
8082 retrieve_otx_model (args .data_dir , "tinynet_imagenet" )
8183 retrieve_otx_model (args .data_dir , "cls_mobilenetv3_large_cars" , "onnx" )
Original file line number Diff line number Diff line change 11[
22 {
3- "name" : " ssd_mobilenet_v1_fpn_coco " ,
3+ "name" : " otx_models/detection_model_with_xai_head.xml " ,
44 "type" : " DetectionModel"
55 },
6- {
7- "name" : " ssdlite_mobilenet_v2" ,
8- "type" : " DetectionModel"
9- },
10- {
11- "name" : " efficientnet-b0-pytorch" ,
12- "type" : " ClassificationModel"
13- },
146 {
157 "name" : " otx_models/mlc_mobilenetv3_large_voc.xml" ,
168 "type" : " ClassificationModel"
179 },
1810 {
19- "name" : " hrnet-v2-c1-segmentation " ,
11+ "name" : " otx_models/Lite- hrnet-18_mod2.xml " ,
2012 "type" : " SegmentationModel"
2113 },
2214 {
You can’t perform that action at this time.
0 commit comments