Skip to content

issues Search Results · repo:lzx1413/PytorchSSD language:Python

Filter by

105 results
 (62 ms)

105 results

inlzx1413/PytorchSSD (press backspace or delete to remove)

Training FSSD_vgg on VOC0712 /home/edabk/anaconda3/envs/vanson/lib/python3.8/site-packages/torch/nn/functional.py:780: UserWarning: Note that order of the arguments: ceil_mode and return_indices will changeto ...
  • vanson1104
  • Opened 
    on Feb 29, 2024
  • #109

just ran into this import error while trying to run train_test.py.... how can i solve it?
  • Gabriel-Arredondo
  • Opened 
    on Jan 27, 2022
  • #108

Thanks for your work ! I just replace the backbone of SSD with torchvision.models.resnet , but the mAP becomes lower than the VGG-16. The results are follow: | backbone | mAP | | --- | --- | | VGG-16 ...
  • Taotaoxu
  • 1
  • Opened 
    on Dec 18, 2020
  • #106

Hi, I tried to using FSSD in live.py by adding the following code: elif args.version == FSSD_vgg : from models.FSSD_vgg import build_net And I have downloaded the pretrained model FSSD_vgg_VOC_epoches_270.pth,but ...
  • linhl97
  • 2
  • Opened 
    on Jun 13, 2020
  • #105

Stop at epoch 10. Here is the Traceback: Traceback (most recent call last): File train_test.py , line 501, in module ...
  • yosunpeng
  • 1
  • Opened 
    on May 25, 2020
  • #104

When run test( )
  • ZhangAdjy
  • Opened 
    on May 6, 2020
  • #103

from yacs.config import CfgNode as CN
  • johsnows
  • Opened 
    on May 4, 2020
  • #102

Training FSSD_vgg on VOC0712 Epoch:1 || epochiter: 0/313|| Totel iter 0 || L: 0.3828 C: 1.9178||Batch time: 6.2867 sec. ||LR: 0.00400000 Epoch:1 || epochiter: 10/313|| Totel iter 10 || L: 3.0171 C: 10.5603||Batch ...
  • lucasjinreal
  • 1
  • Opened 
    on Jan 16, 2020
  • #101

@lzx1413 非常感谢您的工作.我最近在跑代码训练时碰到了一个问题,如下面截图所示:我运行的是FSSD-512,运行环境是pytorch0.4.1,在修改了几个常见的问题后,代码能够跑起来,但是我发现在每次验证测试集的时候都会报错,这个原因我发现是在向/home/shawn/PycharmProjects/PytorchSSD/data/VOCdevkit/results/VOC2007/Main文件夹中写入comp4_det_test_aeroplane.txt等文件的时候,有些txt文件中是空的,导致测试阶段会出现这个问题,请问出现这个原因是什么呢,该如何解决这个问题? ...
  • XN-0808
  • 1
  • Opened 
    on Jan 11, 2020
  • #100
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub