Closed Daniellli closed 1 year ago
Hi,
Could you please try to reduce the batch_size to 8? The batch size matters in this case.
Also, if you are familiar with votenet and their original repo, you will find votenet training is very unstable. Other self-supervised learning methods also suffer from this issue. Therefore, we are extending our work to a better backbone.
i load the pretrained model and finetune on the votenet using your codebase. However, the performance in Table 3 can not be reproduced.
the finetune script i use is
the train script i use is
and the results i got is: <!DOCTYPE html>
Is anything wong?
appreciate your help.