Open arianaa30 opened 1 year ago
I'm sorry for the late answer, do you still need the script?
Yes, please. Badly needed.
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.
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?