-
Notifications
You must be signed in to change notification settings - Fork 10
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
New object #15
Comments
The last class of |
Is it possible to locate objects in a pre-defined set of classes in ov-det so that the description is generated for these objects only? Wouldn't it be possible to locate a new object without generating a related object description? |
You can just filter and re-label the categories in the generated texts. |
If you are looking for a grounding model, you can design input text instructions like “locate the banana”. |
Please refer to https://github.com/ch3cook-fdu/3d-pc-box-viz for more visualization functions |
It's good to see the results of your work. Can you explain in detail how to decode 3D box? I try to decode it, but failed. Looking forward to your reply. |
The code for decoding box coordinates can be found in https://github.com/Open3DA/LL3DA/blob/main/eval_utils/evaluate_ovdet.py#L163-L201. Please refer to ch3cook-fdu/Vote2Cap-DETR#11 for visualization. |
Excuse me, I have a question, is the prediction of the box(ov-det) invalid for the objects other than the 17 objects defined? Because I found that objects will be filtered here(captioner.py-line394), if there are new categories, will they all be judged as others, so that it is impossible to predict?
If there's a new object, a fruit, how to predict its position?
The text was updated successfully, but these errors were encountered: