SamsungLabs / fcaf3d

[ECCV2022] FCAF3D: Fully Convolutional Anchor-Free 3D Object Detection
MIT License
231 stars 37 forks source link

Nothing happened when I visualized my latest.pth #17

Closed joshiaLee closed 2 years ago

joshiaLee commented 2 years ago

Thank you for your Greak work! I followed your dockerfile and everything was well-done. training and evaluation were great. but when i visualized my latest.pth there is nothing happened it seemed like processing my checkpoint file but i cannot understand what was done(any file didn't be produced).

should i additionally install more program to visualize something? here is my problem.

root@0dea488ce090:/mmdetection3d# python tools/test.py configs/fcaf3d/fcaf3d_sunrgbd-3d-10class.py /mmdetection3d/work_dirs/fcaf3d_sunrgbd-3d-10class/latest.pth --show --show-dir /mmdetection3d/work_dirs/fcaf3d_sunrgbd-3d-10class Use load_from_local loader [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 5050/5050, 8.0 task/s, elapsed: 632s, ETA: 0sroot@0dea488ce090:/mmdetection3d# root@0dea488ce090:/mmdetection3d#

filaPro commented 2 years ago

Hi @joshiaLee,

As I remember after this command there should be generated some .obj files in /mmdetection3d/work_dirs/fcaf3d_sunrgbd-3d-10class and you should be able to open them in MeshLab to get visualizations like in our paper. Are there these .obj files in your case? If not, I will check it.

filaPro commented 2 years ago

Looks like indeed there are no output files. Will fix it.

joshiaLee commented 2 years ago

thanks for your quick reply. sadly there's no any file in my /mmdetection3d/work_dirs/fcaf3d_sunrgbd-3d-10class l had done so many times but nothing haha

filaPro commented 2 years ago

Can you please try the same command but with --eval mAP?

joshiaLee commented 2 years ago

Okay, it takes 10minutes.

joshiaLee commented 2 years ago

Thank you so much! finally i got three object files( gt.obj points.obj pred.obj )