Replies: 1 comment 2 replies
-
i have try to do this for 2 days, and for now, i found that the mmdet3D was designed for test local image file only. openmmlab really makes me feel desperate. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I run this demo:
https://mmdetection3d.readthedocs.io/en/latest/user_guides/inference.html#monocular-3d-demo
This demo has 2 limitation
first:
it runs only on 000008.png file
even if we change file name in source, it don't runs and raise errors, 000008.png file name used in different places
now I want change the source to runs on the fly and read every frame of camera instead of PNG file on disk
second:
size of 000008.png is 1242*375, and if we pass image with different size it makes some error, I wants this demo runs on every size of image
this is my repo of base:
https://github.com/damavand1/mmdetection3d_MySample1
TNX
Beta Was this translation helpful? Give feedback.
All reactions