poet icon indicating copy to clipboard operation
poet copied to clipboard

PoET: Pose Estimation Transformer for Single-View, Multi-Object 6D Pose Estimation

Results 4 poet issues
Sort by recently updated
recently updated
newest added

Was the LMO dataset also trained for 50 epochs?

Thank you for providing this excellent project! I would like to train on my custom dataset. In the _backbone.py_ file, I noticed that setting `self[0].train_backbone` to `True` results in a...

Thank you for your awesome work! I am working on you great work and I noticed that you have updated your code for Fastrercnn detector. Could you please offer the...

Reported by @3bsamad in #10 Currently when training PoET in distributed training mode, it seems that the evaluation is only based on the data used by GPU 1, i.e. 1/n...