Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this implementation for YOLOV2 or YOLOV3? #6

Open
sicarioakki opened this issue Jul 8, 2019 · 7 comments
Open

Is this implementation for YOLOV2 or YOLOV3? #6

sicarioakki opened this issue Jul 8, 2019 · 7 comments

Comments

@sicarioakki
Copy link

No description provided.

@ArtyZe
Copy link
Owner

ArtyZe commented Jul 9, 2019

@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 :)

@sicarioakki
Copy link
Author

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

@abhigoku10
Copy link

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

@katagoni
Copy link

@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
[email protected]

@ArtyZe
Copy link
Owner

ArtyZe commented Sep 18, 2019

@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
Copy link

@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

@ArtyZe
Copy link
Owner

ArtyZe commented Sep 19, 2019

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants