spookycouch / lasr_object_detection_yolo

Fork of the YOLOv3 object detection service used by LASR, previously hosted on a University of Leeds GitLab account. Repository was rebased as previous versions tracked large files. Uses https://github.com/eriklindernoren/PyTorch-YOLOv3 as the base implementation.
0 stars 1 forks source link

Any external link for pre-Trained models #1

Open makamkumar opened 3 years ago

makamkumar commented 3 years ago

The pretrained models require login password Can you give a external link to try it out Thanks in advance

spookycouch commented 3 years ago

Hi, you can actually use the official weights from Redmon et al. to test it out: https://pjreddie.com/darknet/yolo/

You will also need a classes.txt file with all the names of the labels in the coco dataset. I think this link has one if you need it quickly: https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/