You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
I want to run the benchmark object detection task on VOC0712 dataset. And I found the file "vissl/configs/config/benchmark/object_detection/voc0712/mocoV2/rn50_transfer_voc0712_detectron2_e2e.yaml" and the file "vissl/tools/object_detection_benchmark.py".
And I noticed that the object detection task need the dependency "Detectron".
However I didn't find the tutorial about how to install the compatible version of Detectron and using what command to run a object detection task ?May I get some help?
The text was updated successfully, but these errors were encountered:
I used the command "python tools/object_detection_benchmark.py --config-file configs/config/benchmark/object_detection/voc0712/mocoV2/rn50_transfer_voc0712_detectron2_e2e.yaml --num-gpus 1 MODEL.WEIGHTS content/resnet_simclr_d2.torch" , to train the object detection task on VOC dataset on 1 GPU.
But It raised the error that "RuntimeError: radix_sort: failed on 1st step: cudaErrorInvalidDevice: invalid device ordinal". May I get some help about how to fix it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to run the benchmark object detection task on VOC0712 dataset. And I found the file "vissl/configs/config/benchmark/object_detection/voc0712/mocoV2/rn50_transfer_voc0712_detectron2_e2e.yaml" and the file "vissl/tools/object_detection_benchmark.py".
And I noticed that the object detection task need the dependency "Detectron".
However I didn't find the tutorial about how to install the compatible version of Detectron and using what command to run a object detection task ?May I get some help?
The text was updated successfully, but these errors were encountered: