Issues
- 3
About training only VOC2007
#582 opened by BALDman66 - 0
RuntimeError: Error(s) in loading state_dict for SSD: Missing key(s) in state_dict: "emb_1.conv.0.weight", "emb_1.conv.0.bias", "emb_1.conv.1.weight", "emb_1.conv.1.bias",...
#601 opened by FALL0404 - 0
VisibleDeprecationWarning help
#600 opened by woshidamow5534 - 2
Result produced too many boxes
#581 opened by software93 - 5
- 0
Extract loss for each image in the batch
#599 opened by zuliani99 - 0
- 3
- 0
Packages versions
#596 opened by XenMil - 1
Why....does this kind of error happen?
#553 opened by cnr0724 - 0
What environment is the best to run test.py?
#595 opened by nfs2119 - 4
- 5
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
#591 opened by iagupov - 1
- 1
Follow this to get this ancient code works
#593 opened by elcolie - 4
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (6,) + inhomogeneous part.
#589 opened by jingchengQF - 0
sh code error report
#592 opened by scyyh11 - 3
setting an array element with a sequence.
#586 opened by BlankOtis - 0
Do you calculate mAP in the right way ?
#590 opened by Hope1337 - 0
- 0
How can I get precision and recall in eval.py
#585 opened by chauncey1213 - 0
- 2
RuntimeError: Expected a 'cuda' device type for generator but found 'cpu'
#578 opened by Xbotgo-Justin1 - 2
- 1
- 0
- 1
mean=(104/256.0, 117/256.0, 123/256.0)
#575 opened by zsSWJTU - 5
- 1
- 0
- 0
- 4
FileNotFoundError: [Errno 2] No such file or directory: '/Users/dada/data/coco/coco_labels.txt'. why?
#571 opened by Zhaowss - 0
program stop at nn.Conv2d(...)
#573 opened by EsakaK - 0
Training images of different dimensions (and additional questions on config & custom training)
#572 opened by riven314 - 1
Selecting training dataset
#568 opened by ksmdnl - 0
- 1
Don't show the test result of pictures
#564 opened by little-little-star - 2
eval and test use the same dataset?
#565 opened by ksmdnl - 1
Benchmark training performance
#559 opened by bspivey - 0
- 1
VOC with Fewer Classes
#560 opened by bspivey - 1
Questions about `RandSampleCrop` in `augmentation.py`
#563 opened by zhiyiYo - 0
I don't understand the process of calculating IoU in the function "def nms" described in "box_utils.py".
#562 opened by ukpana - 1
- 0
Convergence before 5000 iterations
#558 opened by bspivey - 1
Help for custom ssd training
#557 opened by ariharasudhanm - 0
num_classes
#556 opened by ynjiun - 1
RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-style autograd function with static forward method.
#554 opened by cnr0724 - 0
Why does the error like this happen?
#552 opened by cnr0724 - 0
How to run test.py on custom dataset (COCO format) after training on custom dataset (COCO format)
#551 opened by cnr0724