IanButterworth / YOLO.jl

YOLO Object Detection in Julia
MIT License
45 stars 5 forks source link

Package wishlist #3

Open IanButterworth opened 5 years ago

IanButterworth commented 5 years ago

Models

Datasets

Testing

Training

Backends

stemann commented 5 years ago

Looking forward to see this realized. What can I do to help?

IanButterworth commented 5 years ago

@stemann I just merged a PR that makes this functional! Can you test, using the example code in the README? Much appreciated!!

iuliancioarca commented 4 years ago

Hi, I managed to write the YOLOv2 chain and to load the pretrained weights (manually, no automatic generation). Forked repo here: https://github.com/iuliancioarca/YOLO.jl I also updated the Readme with an example on how to load and use YOLOv2. Posprocessing and visualization were simply plug and play from V2_tiny.