-
发生异常: ValueError
setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (5717,) + inhomogeneous part.
File "D:\file\obj…
-
你好,非常感谢您分享这个方法。用您的方法,我成功的将yolov3.cfg 和yolov3.weights转为对应的caffe文件。但是我在转换yolov3-spp.cfg 时,出错了。
我的系统是ubuntu16.4,cuda10,python3.5.
我运行的转换命令如下:
`python darknet2caffe.py cfg/yolov3-spp.cfg weights/yolov…
-
I followed your instructions in the README.me to download and convert weights files for `yolov3` and `yolov3-spp`. I've successfully run `yolo.py` using the standard `yolov3` as follows:
```
$ curl …
-
Hi,
I've been inspecting CSPResNeXt50-PANet-SPP for human detection in real-time. According to readme file of this repository, CSPResNeXt50-PANet-SPP performs better than Yolov3 in AP on COCO datas…
-
I execute the yolo.py, where I want to execute the .py from a script in another folder. Therefore, I use an alternative weights path.
PREFIX='/home/intel-nuc/keras-yolov3-model-set/keras-YOLOv3-mo…
-
Hello!
I saw that the spatial pyramid pooling was recently introduced into YOLOV3 and a new pretrained model was uploaded. However when I downloaded weight from https://pjreddie.com/media/files/yolo…
-
很抱歉再次麻烦您,我根据您的YOLOV3尝试将YOLOv3-SPP的红色区域的结构替换为DilatedEncoder,但是在PASCAL VOC2012上效果比yolov3-spp差了5个点。
![image](https://user-images.githubusercontent.com/46252413/147746257-f23237b8-9637-4d14-8708-9bff2ea0…
-
步骤:稀疏化训练
```
ssh://root@127.0.0.1:8026/usr/local/bin/python -u /project/pytorch-yolov3/train_prune.py --data=data/person_1cls.data --batch-size=4 --cfg=cfg/yolov3-spp-1cls-a2.cfg --weights=weights…
mozpp updated
4 years ago
-
你好,我在用python darknet2onnx.py --cfg ./detector/yolo/cfg/yolov3-spp.cfg --weight ./detector/yolo/data/yolov3-spp.weights
的时候报错了,能不能帮我看下
-
Thanks for your great work!
I want to combine Gaussian_YOLO with yolov3-spp_xnor_obj.cfg
That means I want to use `[Gaussian_yolo]` instead of ` [yolo]` in the yolov3-spp_xnor_obj.cfg .
and use …