IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
2k stars 206 forks source link

A simple inference script #291

Open mmaaz60 opened 1 year ago

mmaaz60 commented 1 year ago

Hi Authors,

Thank you for sharing this great effort. Are you planning to release a simple inference scripts for models (e.g. for EVA-2 backbone models) which loads the model and run inference on a single image? It would be really helpful.

Thank You.

rentainhe commented 1 year ago

Hi Authors,

Thank you for sharing this great effort. Are you planning to release a simple inference scripts for models (e.g. for EVA-2 backbone models) which loads the model and run inference on a single image? It would be really helpful.

Thank You.

Hello! We've already provided the demo inference here: https://github.com/IDEA-Research/detrex/tree/main/demo

You can check our documentation for more details: https://detrex.readthedocs.io/en/latest/tutorials/Getting_Started.html#inference-demo-with-pre-trained-models

We provide how to infer your own demo in docs.