jwwangchn / AI-TOD

Official code for "Tiny Object Detection in Aerial Images".
MIT License
193 stars 21 forks source link

test.py推理图片请教,谢谢 #34

Closed huxinkai closed 5 months ago

huxinkai commented 6 months ago

作者大大,您好。 我用test.py进行图片推理时发现,必须推理完整的带有annotation的test set, 如何推理自定义的无annotation的图片呢? 或者说如何推理test set中的几张图片呢? 我试了--out --format-only --eval --show --show-dir, 都不行, 只有当cfg.data.test有完整的test set annotation和完整的test set,才可以运行test.py, 但这样又需要很长时间,我只想推理test set中的几张代表性的图片, 这该怎么做呢? 是我哪里没搞对吗? 求指导一下,谢谢!

huxinkai commented 6 months ago

test.py 推理图片,按道理,不需要提供annotations啊,也不用推理整个test set啊 是我哪里搞错了吗?