kkzh2313

Results 3 issues of kkzh2313

按照链接https://github.com/mitmul/caltech-pedestrian-dataset-converter 最终得到的data文件夹下只有images(文件夹)和annotation.json。 请问是需要自己写程序来生成对应的TXT文件吗?你那边方便提供吗 谢谢

你好,我按照你提供的网盘链接https://drive.google.com/drive/folders/1tUov0iY88CWYAA0IP4nkOWCii0AN8Hem下载了预测结果,然后运行python utils/6_fold_cv.py,可视化发现预测的分割效果很差,地面存在各种颜色,墙壁也是。另外指标也很低。 下面该图是labels=original_data['class'] groud-truth的效果 ![image](https://user-images.githubusercontent.com/34201133/189872229-44bfd371-a364-4c96-80f6-b0d443694aea.png) 下面该图是预测的效果。 ![image](https://user-images.githubusercontent.com/34201133/189873152-ff2a2404-23ee-4270-9e1c-fe33f373d785.png) 下面该图是最终的评价指标结果 ![image](https://user-images.githubusercontent.com/34201133/189873883-4b3d5854-5d71-487c-93af-e91b401d701f.png) 请问是哪里有问题导致效果跟你出入很大?

你好,我有把你参考链接里作者的训练好的模型(https://github.com/biubug6/Pytorch_Retinaface) 放到你项目里直接evaluation。发现AP低了一些,尤其是hard低的更多,直接到50%了,请问这是怎么回事 ![图片1](https://user-images.githubusercontent.com/34201133/143365939-5f0098ab-cd77-462f-b765-1c0890108fe4.png) 另外把你的model_data/下面的模型也放到他代码里测试,AP也比较低, easy Val AP:0.8109 Medium val AP : 0.7539 Hard val AP : 0.5593