Closed furyNerd closed 1 year ago
@furyNerd PETR does not support inference on the kitti dataset. Please follow our guidance in https://github.com/exiawsh/StreamPETR/blob/main/docs/training_inference.md
hi @exiawsh , thanks for reply, i can reproduce the repo's results with your guidance.
here i just wish to do something same like #14 as you suggusted https://github.com/exiawsh/StreamPETR/issues/14#issuecomment-1547344984, however the fabrication of **data
looks like sophisticated... so i just wish to make a quick taste of StreamPETR
by mmdet3d's official demo (though not sure if it is applicable).
and with using the nuscence dataset
,
export cam_ann=/StreamPETR/mmdetection3d/demo/data/nuscenes/n015-2018-07-24-11-22-45+0800__CAM_BACK__1532402927637525_mono3d.coco.json
export img_uri=/StreamPETR/mmdetection3d/demo/data/nuscenes/n015-2018-07-24-11-22-45+0800__CAM_BACK__1532402927637525.jpg
i still got the same error...and according literally to the error, look like it's not the matter of dataset, but the method of registry
with mmdet3d
?
very much appreciate for any advice or comment :)
@furyNerd You'd better build your own dataset in the projects plugin rather than directly use mmdet3d.
hi, i simply just wanted to try if
mono_det_demo.py
ofmmdet3d
could works. according docs, my command is like:but i tried all possibles, always got errors like:
i investigated but dit not get any clue, could i have some advice? thanks so much