CenterFusion icon indicating copy to clipboard operation
CenterFusion copied to clipboard

How to visualize the detection results, but with my own images which I have clicked ?

Open iAbhishekBasu opened this issue 3 years ago • 5 comments

--debug 4 in the file test.sh, gives me the images in

/ddd/centerfusion/debug

but I want to test with some of my own images, how can I do that, please tell me.

iAbhishekBasu avatar May 26 '22 18:05 iAbhishekBasu

@fabrizioschiano please help me if you're free

iAbhishekBasu avatar May 26 '22 19:05 iAbhishekBasu

@mrnabati please help me if you're free

iAbhishekBasu avatar Jun 08 '22 14:06 iAbhishekBasu

You can use src/demo.py and type this command in the Centerfusion folder: python src/demo.py --demo data/testvideo.mp4 --load_model models/centerfusion_e60.pth ddd the data/testvideo.mp4 is your own data path.

howard900310 avatar Sep 19 '22 17:09 howard900310

here is a repo to run CenterFusion, we provide rviz visualization codes

Hale423 avatar Oct 20 '22 10:10 Hale423

@mrnabati @iAbhishekBasu @howard900310

As shown below, 'generic' and 'ddd pred' look the same at every frame.

image

I understand that 'generic' is GT and 'ddd pred' is the detection result.

shawrby avatar Jan 05 '23 07:01 shawrby