-
I can use tracking by my .t7 . In the same time,I also want to use my own weights which is trained with yolov3-spp.cfg and pytorch.I have tried to using the convert() in the model.py to convert .pt …
-
你好,感谢您的分享,我可以很顺利的训练原版的darknet,但是我在使用你的库的时候遇到了几个问题:
- 您的库是在训练过程中来对权重文件进行剪枝,还是说直接对已经训练好的权重文件进行剪枝
- 我使用的是yolov3-spp.cfg文件,但是运行:
```
./darknet detector train cfg/voc.data cfg/yolov3-spp.cfg yolov3-s…
-
@Rapternmn
I wonder how difficult it would be to integrate a maxpool node in the ONNX conversion. That would enable converting yolov3-spp and yolov3-tiny models which are also very popular.
-
can i change the size of the maxpool filters?
-
I try like this:
python yolov3_darknet2caffe.py mobilenet_v1_yolov3.cfg mobilenet_v1_yolov3_final.weights mobilenet_yolov3.prototxt mobilenet_yolov3.caffemodel
and get an error:
F0627 23…
-
Dear Alexey,
first of all, thank you for your work.
I have been doing some tests with your new yolov4, and I have some questions.
I compared the performance of Yolov4, Yolov3 and CSPResNext50-P…
-
Hello,
I followed the steps provided in the readme. But the resulting weights and config file throw an error when trying to use them in an yolov3 implementation.
```
Traceback (most recent call …
-
Hey! I am trying to convert the yolov3 + lstm + spp model in layers, obtained from the alexeyab custom models repository.
I run the following command: **python convert_weights_pb.py --class_names obj…
-
for
`python -c "from models import *; convert('cfg/yolov3.cfg', 'weights/last.pt')"`
if you use the oxfordhand dataset, you'd better change that into
`python -c "from models import *; convert('cfg…
-
D:\ANACONDA\envs\Mytorch\python.exe D:/SNN/PyTorch-Spiking-YOLOv3-ultralytics/ann_to_snn.py
Namespace(augment=False, batch_size=2, cache_images=False, cfg='cfg/yolov3-spp.cfg', channel_wise=False, co…