yehao

Results 98 comments of yehao

@urumican the reason of the error is not having enough GPU memory

can you show the difference between gpu_nms and cpu_nms result?

@bharatsingh430 , test results(PASCAL VOC 2007 test dataset) update: - SSD(VGG) _**nms**_(nms thresh: 0.45), mAP([email protected]): **50.2** - SSD(VGG) _**nms**_(nms thresh: 0.7), mAP([email protected]): **51.8** - SSD(VGG) _**soft-nms-linear**_(nms thresh: 0.45), mAP([email protected]): **51.3**...

Did anyone encounter the problem?

You can write like it: ![49](https://user-images.githubusercontent.com/17454232/61101611-fd1e8500-a49c-11e9-95f7-27454cde65d5.jpg) If you don't want to modify, you can use my modified version [models.txt](https://github.com/Lam1360/YOLOv3-model-pruning/files/3384919/models.txt) (tip: just modify models.txt to models.py, github don't support *.py upload)

你可以用我这个 [demo.txt](https://github.com/Lam1360/YOLOv3-model-pruning/files/3411408/demo.txt)

@GUUUUG 请问你复现到了多少精度呢?