ucas-vg / TOV_mmdetection

Include mmdetection version of TinyBenchmark. Official link.
https://github.com/ucas-vg/TinyBenchmark
Apache License 2.0
34 stars 2 forks source link

can you show the result of detection on the picture ? the result is bad #8

Open JXQI opened 3 years ago

JXQI commented 3 years ago

I run test.py to show the result,finding the result is bad.

python tools/test.py configs2/TinyPreson/base/faster_rcnn_r50_fpn_1x_TinyPerson640.py ./work_dirs/...../lastest.pth --show

JXQI commented 3 years ago

Is there the code to show the results ?

freshn commented 3 years ago

@yinglang @JXQI I meet the same problem here. But I find for me, the problem is that the predicted boxes are wrongly shown on the cropped images, which makes the predictions seem weird. Is there any methods showing the predicted boxes on the original images?

JustWeZero commented 2 years ago

@yinglang @JXQI I meet the same problem here. But I find for me, the problem is that the predicted boxes are wrongly shown on the cropped images, which makes the predictions seem weird. Is there any methods showing the predicted boxes on the original images?

I met the same problem,Have you solved this problem yet?If have,could you shard the code?