-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MVXNet fusion not work (iamge features can not use) #1243
Comments
if
|
It's strange, I recommend to check the Intermediate Variable(like the constructed voxel feature), whether they are same or not. |
emmm .... Maybe it's not my problem.
just replace https://github.com/open-mmlab/mmdetection3d/blob/master/docs/zh_cn/demo.md I look forward to your help |
We will reproduce the problem ASAP. |
yes i encountered the same problem i think the model does not rely on the image feature heavily . |
Sorry, I don't quite understand what you mean. Is this a problem or a feature of the model?
…---Original---
From: "Khaled Mohmed ***@***.***>
Date: Thu, Feb 24, 2022 16:11 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [open-mmlab/mmdetection3d] MVXNet fusion not work (iamge featurescan not use) (Issue #1243)
yes i encountered the same problem i think the model does not rely on the image feature heavily .
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@853108389 I think it is a problem . |
|
Hello, I would like to ask how you got the kitti_000008_infos.pkl file when you run demo.py of mvx-net Although I know that it is generated based on the annotation information, the official does not seem to give the specific format of this pkl file, or other conversion script etc. if possible, could you please send me a copy of the pkl file you generated for me , I would be very grateful, this is my qq email: [email protected]. Thank you very much |
@Chenfanqing , follow this doc to convert kitti to pkl: https://github.com/open-mmlab/mmdetection3d/blob/master/docs/en/datasets/kitti_det.md |
I know it is quite late, but one way to prove this problem x1 = np.array(input_lidar_points) # shape -1, 4 --> I suggest doing the following this way the input image is an array of zeros and do another experiment with lidar points array as zeros I think this will clear out this issue |
Help!
When I input diffrent images with same point data from KITTI on MVXNet,The results has no change.
I have tried to find some reason:
Is there are some coding error on MVXnet config ?
in MVXnet config , I can't see any config about image or fusion.
or
In class MVXTwoStageDetector,
the function simple_test can;t use image feats because the property
with_img_bbox
is always fales?Why?so, what the meaning of image features ?
looking forward your response
This is MVXNet config
as you can see ,There is no config for images .Comapre to imvotenet's Config:
The text was updated successfully, but these errors were encountered: