Thundernet_Pytorch
Thundernet_Pytorch copied to clipboard
Implementation Thundernet
Hi, i met the error when i train my own data and the error like this: Traceback (most recent call last): File "trainval_net.py", line 484, in rois_label = _RCNN(im_data, im_info,...
多Batch输入
请问一下,测试网络时支持多batchsize输入还是只能单batchsize?
Hi, could you provide me the training SNet code from scratch? I think a good SNet backbone model is very important for further thundernet performance. I want to train the...
编译问题
您好,请问我在执行:python setup.py build_ext --inplace的时候出现下列错误: error C1189: #error: pybind11 requires MSVC 2015 update 3 or newer error: command 'D:\\VS2015\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2 请问我该怎么解决呢,我是目标检测小白
非常感谢您的工作,请问backbone现在有预训练模型吗?如果没有的话精度上会有多少损失?
Could you provide the train procedure and data preparation( such as data file catalogue ,where should i put the VOC data ?) in detail?
Hi,I've got a 'Segmentation fault (core dumped)' when I run your code. The code got wrong in 'Engine.py' line 31, do you know why??