JCZ404 / Semi-DETR

[CVPR 2023] Official implementation of the paper "Semi-DETR: Semi-Supervised Object Detection with Detection Transformers"
https://arxiv.org/abs/2307.08095
MIT License
77 stars 9 forks source link

How to inference? #22

Closed GloomyM closed 1 month ago

GloomyM commented 3 months ago

Hi, I want to know how to inference with the given weight and get the final result?

JCZ404 commented 3 months ago

you can refer to https://github.com/JCZ404/Semi-DETR#evaluation for the details of the inference.

GloomyM commented 3 months ago

you can refer to https://github.com/JCZ404/Semi-DETR#evaluation for the details of the inference.

Actually, I want to know how can I inference one image and get the result of detection not just getting the result of Ap

Yuanyan266969 commented 1 month ago

you can refer to https://github.com/JCZ404/Semi-DETR#evaluation for the details of the inference.

Actually, I want to know how can I inference one image and get the result of detection not just getting the result of Ap

you can use the demo_image.py,and link to your checkpoint file,then you can inference on one image by give the picture to demo_image.py