yolov3
yolov3 copied to clipboard
Integrate SlimYoloV3 in YOLOv3 in PyTorch in Branch slimyolov3
**Describe the bug** Error can be seen in attached screen short. **To Reproduce** Steps to reproduce the behavior: 1. python3 prune.py --cfg cfg/yolov3-boat.cfg --weights weights/best_converted.weights **Expected behavior** A clear and...
File "/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) File "/root/projects/slimyolov3_erikguo/models.py", line 216, in forward x = module(x) File "/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) File...
**hi,thank you for your great work,when i run python3 train.py --spasity 0.0001,i get this erro,could you teach me how can I solve it,thanks a lot.** Model Summary: 225 layers, 6.29987e+07...
Hi, Thank you so much for pulling the code for sparsity training. I tried to training with Sparsity for my custom data for 4 classes with the command: `python3 train.py...
**when I run prune.py with follow parameter,** Namespace(cfg='cfg/yolov3-spp.cfg', img_size=608, overall_ratio=0.5, perlayer_ratio=0.1, save='prune_0.5_0.1', weights='weights/best.pt') Using CUDA device0 _CudaDeviceProperties(name='GeForce GTX 1060 6GB', total_memory=6078MB) **i get the error:** Traceback (most recent call last):...
I am using latest python 3 and pytorch version under latest anaconda. As we know, there are four steps to train custom model 1. normal training 2. sparsity training 3....
Hello! Thank you very much for sharing the code. Are you using the prune.py file? I ask the file there are two parameters "overall_ratio" and "perlayer_ratio" are used for what.
Hi @erikguo and everyone I find a bug when using this repo. when I sparsity train resnet152_trident.cfg on my custom dataset. an error occur when I input the following command:...
Hi erikguo, I have installed all the environment package, and I want to train my custom network using my custom dataset. However, when I input the following command, an error...
Hi, @erikguo , I use your repro to slim my network (not yolov3) on windows 10. However, an error occur as shown below, what should I do ?please give me...