ArtyZe / yolov3_lite

yolov3 model compress and acceleration (quantization, sparse), c++ version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this implementation for YOLOV2 or YOLOV3?

sicarioakki opened this issue · comments

@sicarioakki
up to now, schade not. some new layers in v3 in not realized in v2, but most changes are in convolutional_layer.c and parser.c, you can transplantation them to v3, later maybe I'll do it when I'm free :)

Okay! This is essentially for YOLOV2 then..
Thanks man!

@ArtyZe so you have incroprated the changes of pruning in convolutional_layer.c and parser.c right ?

@sicarioakki
up to now, schade not. some new layers in v3 in not realized in v2, but most changes are in convolutional_layer.c and parser.c, you can transplantation them to v3, later maybe I'll do it when I'm free :)

Yolo3 weight please send me
asd739@daum.net

@katagoni This repo is now support v3, you can train your train sets like the original yolov3, the only thing you need to do is pick which accelerate method and open it in makefile, I have no idea what weight you need?

@katagoni This repo is now support v3, you can train your train sets like the original yolov3, the only thing you need to do is pick which accelerate method and open it in makefile, I have no idea what weight you need?

How to train yolo3 i need recently strongest my favor

@katagoni

  1. download my repo and open MASK, GPU, PRUNE,MULTI_CORE in makefile
  2. start to train just like the original yolov3 :)
    If you still don't know how to train, I can upload a txt file to explain how to use it (actually you should see the readme first)