-
Notifications
You must be signed in to change notification settings - Fork 319
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
请问什么时候公开核心源码? #54
Comments
~ktian08 branch cp ./SlimYOLOv3/images/test.jpg ./yolov3/data/test.jpg cp ./train.py ./drone.py modify classes and filter of yolov3-spp3.cfg and prune_0.5.cfg (--epochs xx only for test) cp output/last.pt output/ref.pt python3 ./train.py --cfg cfg/prune_0.5.cfg --pretrained-weights prune_0.5_0.1/prune.weights --data-cfg data/collector.data --output-dir output --epochs 10 (get last.pt now) |
No description provided.
The text was updated successfully, but these errors were encountered: