Open YasmeenAlsaedy opened 2 years ago
Do you have any solution? The evaluation results vary every time.
Hi, Yes, we fixed it by removing randomization while sampling the farthest points (only during testing/evaluation). The modified version can be found here: https://github.com/eslambakr/LAR-Look-Around-and-Refer/blob/651f2db61dbd721e0af7c42f6db438fda24d5bd6/referit3d/models/backbone/visual_encoder/pointnet2_utils.py
many thanks!
Hi all, We faced an issue with this implementation during the evaluation stage. We got inconsistent test loss results each time we evaluate the same data.
We traced the code and found the cause of this problem at line 75 in pointnet2_utils.py. For More details please check: https://discuss.pytorch.org/t/cannot-get-consistent-results-with-pointnet/142072
Best, Yasmeen