-
Notifications
You must be signed in to change notification settings - Fork 11
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
gt_bboxes_2d = info['gt_boxes_2d'][mask] #11
Comments
Hi, please follow the code in AutoAlignV2 exactly for generting the train/val infos. |
Hi, thanks for your interest.
|
Hi, you can uncomment this IS-Fusion/tools/create_data.py Line 230 in b79667a
|
No need. But please remember to back up your previous infos to avoid it being overwritten by the new ones. |
OK, thank you for your help . |
Yes, the original files are like what you've showed. You can use the updated code to avoid the problem: https://github.com/yinjunbo/IS-Fusion/blob/167dc78de50da583a87597d57791f3dcbca91e9b/tools/create_data.py#L83C33-L83C76 |
Thank you for your patient answer, I have solved the problem |
|
是的 |
谢谢!
| |
侯业飞
***@***.***
|
---- Replied Message ----
| From | ***@***.***> |
| Date | 7/24/2024 10:02 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [yinjunbo/IS-Fusion] gt_bboxes_2d = info['gt_boxes_2d'][mask] (Issue #11) |
Thank you for your patient answer, I have solved the problem
请问现在是直接使用作者这个命令就可以了吗,还需要去[AutoAlignV2]生成吗?
是的
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hello, I encountered the same error when using the nuscenes mini dataset. I tried the above method but it didn't work. How can I fix it? |
我这里并没有使用 mini。使用的是完整的数据集。 |
Hello, when running the command "python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes", will there be any images without mask? |
In nuscenes_dataset.py
# NOTE load image annotations
gt_bboxes_2d = info['gt_boxes_2d'][mask]
gt_labels_2d = gt_labels_3d.copy()
KeyError: 'gt_boxes_2d'.
what's wrong ?
The text was updated successfully, but these errors were encountered: