-
Images from VOC or some other datasets does not share exactly the same width-height ratio. For example, in VOC2012 some images are 334x500, some are 500x332, some are 486x500. In KITTY dataset, the wi…
-
你好,非常感谢您分享这个方法。用您的方法,我成功的将yolov3.cfg 和yolov3.weights转为对应的caffe文件。但是我在转换yolov3-spp.cfg 时,出错了。
我的系统是ubuntu16.4,cuda10,python3.5.
我运行的转换命令如下:
`python darknet2caffe.py cfg/yolov3-spp.cfg weights/yolov…
-
Dear @AlexeyAB ,
Sorry for bothering you.
When I compare the Yolov3.cfg and Yolov3-spp.cfg, I find that you use spp structure to replace the
78 layer of Yolov3.cfg for creating Yolov3-spp.cfg.…
-
https://github.com/Tencent/ncnn/blob/e16b338b136c94805bc7d0ef3756f2dc4bfa3408/docs/how-to-use-and-FAQ/use-ncnn-with-pytorch-or-onnx.md
测试环境:
• OS: win10
• pytorch==1.4.0
• 编译工具:x64 Native Tools…
-
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…
-
## Environment
- Development Kit: my own PCB design
- Chip used: ESP32-PICO-D4
- IDF version v4.3.1
- Build System: idf.py
- Compiler version xtensa-esp32
- Operating System: Windows
- envi…
-
Mingming Feng (1), Baoqing Zhang (1), Haotian Ling (1), Zihao Zhang (1), Yiming Wang (1), Yilin Wang (1), Xijian Zhang (1), Pingrang Hua (2), Qingpu Wang (1), Aimin Song (1 and 3), Yifei Zhang (1)
…
-
想问一下,目前项目支持yolov3和yolov3-spp。如何修改使用yolov3-spp-pan-scale.cfg? 基础训练和稀疏训练可以支持yolov3-spp-pan-scale.cfg,在层和通道剪枝运行layer_channel_prune.py 时AttributeError: 'NoneType' object has no attribute 'reshape',如何修改这部分…
-
hello, when I add attention mechanism to the backbone named CSPDarknet , I get the following error.
KeyError: 'class `YOLOX` in mmdet/models/detectors/yolox.py: "class `CSPDarknetAttention` in mmd…
-
Hello. I tried to import SPP in my model with RNN. I build it and my model.fit function is working. System learned. But in System testing stage, which i call in different function after model learned …