Open BalPdk opened 2 years ago
Hi, how many epochs did you train your network?
Hi, I trained for 25 epochs with LR decreasing at the 17th and the 21st epoch.
Sorry , I haven't faced the same error :( Maybe because of the mismatch of the batch and gpu numbers?
I see. Let me have another try with your settings haha... Thanks :)
@mks0601 One quick question :), in your experiments, did you use FreiHAND V1 or V2?
Actually, I have no idea.. Do you know when v2 became available? The results of this paper is obtained in the early of 2020.
Hi! Thanks for providing such amazing works! I am trying to reproduce your results on the FreiHAND dataset, but the best I obtained is slightly lower than your provided checkpoints. My results for lixel stage are as follows:
I have modified the config to use FreiHAND (
python trainset_3d: ['FreiHAND'] trainset_2d: [] testset: FreiHAND
) and batch size to 32 since I am using 2 gpus. I was wondering:Many thanks in advance!