aislabunimi / door-detection-long-term

6 stars 0 forks source link

Inference sample code? #2

Open arianaa30 opened 1 year ago

arianaa30 commented 1 year ago

Thanks for the good work. I'm trying to install it with pip install command. But how to use the library to detect doors? Can you please upload a sample inference snippet to achieve inference/detections?

micheleantonazzi commented 7 months ago

I'm sorry for the late answer, do you still need the script?

yg1988 commented 4 months ago

Yes, please. Badly needed.

micheleantonazzi commented 4 months ago

hi @yg1988, I suggest to you to use the updated repository in branch robotic-vision. It containes more models (Faster R-CNN and YOLOv5) in addition to DETR and I linked the inference examples in the readme file. If you want to use this version of the repo, I suggest to use this file that contains the inference code using the dataset loader classes. If you want to process images from a folder, I suggest to use the this file contained in the new version of the repo. Let me know if you need more details.