ONNX-ImageNet-1K-Object-Detector icon indicating copy to clipboard operation
ONNX-ImageNet-1K-Object-Detector copied to clipboard

Python scripts for performing object detection with the 1000 labels of the ImageNet dataset in ONNX. The repository combines a class agnostic object localizer to first detect the objects in the image,...

Results 2 ONNX-ImageNet-1K-Object-Detector issues
Sort by recently updated
recently updated
newest added

Hey tried you object detector and got following error: File "ONNX-ImageNet-1K-Object-Detector-main\detector1K\utils.py", line 15, in download_gdrive_tar_model tar = tarfile.open("tmp/tmp.tar.gz", "r:gz") File "AppData\Local\Programs\Python\Python39\lib\tarfile.py", line 1629, in open return func(name, filemode, fileobj, **kwargs)...

Hello Author, I encountered the following error during inference. Could this be an issue with the ONNXRuntime version? I am using ONNXRuntime version 1.7.1. /root/anaconda3/envs/oln/bin/python /mnt/myDisk/deepLearn/ONNX-ImageNet-1K-Object-Detector-main/main/image_object_detection.py Traceback (most recent call...