liuyuan-pal / Gen6D

[ECCV2022] Gen6D: Generalizable Model-Free 6-DoF Object Pose Estimation from RGB Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in training "ValueError: 'a' and 'p' must have same size"

EvdoTheo opened this issue · comments

Hello @liuyuan-pal , I'm encountering an error whenever I'm about to start training either of the selector, detector or refiner. I noticed that the problem comes from the parameter use_database_sample_prob: true in the config files, so when I change it to false, the error doesn't appear anymore. Could you please explain the purpose of this parameter and how it affects the training if I turn it to false? Thank you!

Hi, I predefine several sample probabilities here

"database_sample_prob": [100, 10, 30, 10, 10],

It seems that I do not have access to the data here.