-
Notifications
You must be signed in to change notification settings - Fork 671
Inference on test data #200
Comments
@crystal0523 if it helps please close the issue Use below command to run the file and code as visuvalize_single_image.py !python visualize_single_image.py --image_dir="frames" --model_path="../coco_resnet_50_map_0_335_state_dict.pt"
|
|
I trained my model using a custom data on GPU, now I want to use that model to detect objects on a CPU. But the above code gives an error that CUDA is not available on I think the issue is image.cuda().float() I tried to pass the image as it's but still no luck. The trained model works fine when I detect objects using GPU. |
Hi @ArashJalalian, |
Hi, I would like to inference on test data, but it seems that the repository didn't include that file. Is there any references could help me with that?
The text was updated successfully, but these errors were encountered: