Chainer implementation of YOLO.
Actually, CNN part is only a transportation from YOLO_tensorflow to chainer.
Download pretrained chainer model from here and copy it to YOLOtiny_chainer folder.
After that:
python replay.py image_file
See YOLOtiny_chainer folder.
MIT