Update ONNX0630.py
Browse files- ONNX0630.py +1 -1
ONNX0630.py
CHANGED
|
@@ -859,7 +859,7 @@ postprocessor=RTDETRPostProcessor(classes_dict=idx_to_labels, use_focal_loss=Tru
|
|
| 859 |
import torch.onnx
|
| 860 |
import onnx
|
| 861 |
import onnxruntime as ort
|
| 862 |
-
onnx_model_path = "
|
| 863 |
def image_to_tensor2(image_path):
|
| 864 |
# img_path="/cadd_data/samba_share/from_docker/data/work_space/ori/real/acs/op300209p-Scheme-c2-4.png"
|
| 865 |
img_path= image_path
|
|
|
|
| 859 |
import torch.onnx
|
| 860 |
import onnx
|
| 861 |
import onnxruntime as ort
|
| 862 |
+
onnx_model_path = "I2M_R4.onnx"#20250605
|
| 863 |
def image_to_tensor2(image_path):
|
| 864 |
# img_path="/cadd_data/samba_share/from_docker/data/work_space/ori/real/acs/op300209p-Scheme-c2-4.png"
|
| 865 |
img_path= image_path
|