윤영준 윤영준 09-12
changed model input size from 640 640 to 480 480
@870ee36c008d7f0ef81ccf365fbd26d989622d0b
inference_endpoint.py
--- inference_endpoint.py
+++ inference_endpoint.py
@@ -29,7 +29,7 @@
 classes_txt_file = 'config_files/yolo_config.txt'
 image_path = 'yoloseg/img3.jpg'
 
-model_input_shape = (640, 640)
+model_input_shape = (480, 480)
 inference_engine = Inference(
     onnx_model_path=model_path,
     model_input_shape=model_input_shape,
Add a comment
List