You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks again for this great work. I am still trying to make it work for our case. In order to run the model with our custom dataset, should we need to have bbox and mask in our bop formatted custom dataset? we can provide bbox_visible but not bbox. and we can provide mask_visible but not mask? how important are they? would be bbox_visible and mask_visible enough?
if we need them for this model, do you have any idea how to generate that ?
thanks thanks in advance
The text was updated successfully, but these errors were encountered:
The full mask is found by rendering the object in the ground truth pose during training.
You don't need to provide bbox and mask, but you would probably need to remove the "bbox_obj" from surfemb/data/instance.py.
Thanks again for this great work. I am still trying to make it work for our case. In order to run the model with our custom dataset, should we need to have bbox and mask in our bop formatted custom dataset? we can provide bbox_visible but not bbox. and we can provide mask_visible but not mask? how important are they? would be bbox_visible and mask_visible enough?
if we need them for this model, do you have any idea how to generate that ?
thanks thanks in advance
The text was updated successfully, but these errors were encountered: