6DRepNet icon indicating copy to clipboard operation
6DRepNet copied to clipboard

Does SixDRepNet2 works?

Open OxO-7 opened this issue 2 years ago • 2 comments

SixDRepNet2 likes a simple ResNET,does it works well?

OxO-7 avatar Apr 23 '22 07:04 OxO-7

yes, I did through evaluation over 300k samples. It is as good as 89% plus for yaw, but we had to clean the datasets manually, put restrictions as well.

nile649 avatar Apr 29 '22 21:04 nile649

Yes, you can also use ResNet as backbone. Make sure to load pretrained weights for the training to improve your results.

load_filtered_state_dict(model, model_zoo.load_url('...'))

thohemp avatar May 25 '22 13:05 thohemp