EPro-PnP icon indicating copy to clipboard operation
EPro-PnP copied to clipboard

where is the pose data

Open Ginger-X opened this issue 2 years ago • 1 comments

Hi, after running the two programs, where is the pose data stored, and I only see the visualization results, Thank you.

Ginger-X avatar Sep 25 '22 13:09 Ginger-X

In EPro-PnP-6DoF, which is based on CDPN, currently there is not built-in option to save the pose results. But you may edit test.py and write the following pose results to some files. https://github.com/tjiiv-cprg/EPro-PnP/blob/1545131fde2b47ec4c135776d575e11feeb0f7cd/EPro-PnP-6DoF/lib/test.py#L229

In EPro-PnP-Det, you can save the results in standard nuScenes format by passing the argument:

--eval-options jsonfile_prefix=/PATH/TO/OUTPUT/DIRECTORY

Lakonik avatar Sep 27 '22 02:09 Lakonik