DINO icon indicating copy to clipboard operation
DINO copied to clipboard

How to detect image on our checkpoint.pth

Open chos1npc opened this issue 2 years ago • 2 comments

I want to detect our test set, but I can't find the detect.py or other code can detect image on our image, how should I do for that, Thx

chos1npc avatar Mar 17 '23 02:03 chos1npc

please refer to https://github.com/IDEA-Research/DINO/blob/main/inference_and_visualization.ipynb for inference

SlongLiu avatar Mar 20 '23 02:03 SlongLiu

@SlongLiu You don't have a detect.py, do you? If we want to save the results of the inference, we can refer to this ipynb file and implement on our own, right?

YejinHwang909 avatar May 11 '23 07:05 YejinHwang909