DRosemei / RoMe

MIT License
220 stars 27 forks source link

error when training #9

Closed yongguanjiangshan closed 1 year ago

yongguanjiangshan commented 1 year ago

Hi, thank you for the great work! When i training, i get below problem.

Bin size was too small in the coarse rasterization phase. This caused an overflow, meaning output may be incomplete. To solve, try increasing max_faces_per_bin / max_points_per_bin, decreasing bin_size, or setting bin_size to 0 to use the naive rasterization.

Do you know how to solve this? looking forward your reply! Thank you very much!

DRosemei commented 1 year ago

@yongguanjiangshan Using pytorch3d==0.6.1 may solve it.

yongguanjiangshan commented 1 year ago

thank you for your reply! after install pytorch3d==0.6.1, problem solved!