Open SavageVic opened 11 months ago
Hi @SavageVic ,
You can resolve it by adding bin_size = 0
to the raster_settings in this script.
Thanks very much.
Best regards, Vic
Ahmer Malik @.***> 于2024年2月2日周五 23:04写道:
Hi @SavageVic https://github.com/SavageVic , You can resolve it by adding bin_size = 0 to the raster_settings in this script https://github.com/Fictionarry/ER-NeRF/blob/c8ce2ec1689bb6050f5567c5dd66320d43cbe2c1/data_utils/face_tracking/render_3dmm.py#L137 .
— Reply to this email directly, view it on GitHub https://github.com/Fictionarry/ER-NeRF/issues/109#issuecomment-1924060356, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEWE4NUCNJPGBLHCXEE7PILYRT56LAVCNFSM6AAAAABAZT4JGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUGA3DAMZVGY . You are receiving this because you were mentioned.Message ID: @.***>
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.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.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.^Z [1]+ Stopped python data_utils/process.py data/vic/vic.mp4 --task 8
could to solve it?
Thanks very much Chris