redner icon indicating copy to clipboard operation
redner copied to clipboard

reproducibility

Open weberhen opened this issue 3 years ago • 0 comments

Hi!

How should I proceed to make the example of the pose estimation reproducible? https://colab.research.google.com/github/BachiLi/redner/blob/master/tutorials/pose_estimation.ipynb

For now, every time I run it, I get slightly different results. I added the seed argument on the render_albedo call and also set torch.manual_seed(0) at the beginning of the code, but still get different results at every run.

Thanks!

weberhen avatar Jun 09 '21 00:06 weberhen