David Lindell

Results 6 comments of David Lindell

The maximum number of iterations in the training script is probably much more than is necessary for the model to converge. How many iterations are you running it for? Does...

I haven't been able to replicate this issue, so closing for now. Please follow up if this is still a problem.

Training to 60,000 iterations should yield a better result than what you're showing above, so something seems off. We optimize to 48k iters in the paper for the Thai Statue...

Hmm, unfortunately I'm still having a hard time reproducing this. One observation is that my occupancy loss curves look very different compared to yours. It's almost as if the block...

Hmm this is strange, and it's hard to diagnose since I can't reproduce it. A few other thoughts: Maybe there is some difference in the hardware or python packages? Otherwise...

Thanks for reaching out-- I haven't had time to integrate the evaluation metrics into this codebase but we used the code from the Occupancy Networks paper ([linked here](https://github.com/autonomousvision/occupancy_networks/tree/406f79468fb8b57b3e76816aaa73b1915c53ad22/im2mesh)) to evaluate...