GAP-LAB-CUHK-SZ / GAP-LAB-CUHK-SZ/Total3DUnderstanding
Cannot get the same camera pose result as in the paper
- Dominant language
- Python
- Stars
- 445
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Hi Yinyu:
I am now trying to train the layout estimation model but cannot get the same pitch and roll error as in the paper. Also I have tested the pretrained model that is provided in your repository and I got **pitch error = 6.3016, roll error = 4.2779** that is not so good as in the paper (**pitch error = 3.15, roll error = 2.09**). I also tried the same training process as described in the paper with batch size of 32 and lr at 1e-3 (scaled by 0.5 for every 20 epochs) and in the coop repository with batch size of 32 and lr at 1e-4 ( scaled by 0.7 for every 10 epochs and finally remains at 1e-5). However, the best result I got is **pitch error = 5.6497, roll error = 3.9949**. I have no idea what happened.
Also, the loss curve of test loss starts to increase only after a few epochs as shown below (accuracy curve here indicates the average pitch error, roll error and the sum of pitch & roll):



How can I get the same performance as in the paper?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.