You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current code, img_size argument is overridden by the proc_param['img_size'.]
Wondering if it's always the case that 'img_size' stored in proc_param should be used or it can actually be passed from the argument.
The text was updated successfully, but these errors were encountered:
https://github.com/soubhiksanyal/RingNet/blob/master/util/renderer.py
def get_original(proc_param, verts, cam, img_size):
img_size = proc_param['img_size']
...
In the current code, img_size argument is overridden by the proc_param['img_size'.]
Wondering if it's always the case that 'img_size' stored in proc_param should be used or it can actually be passed from the argument.
The text was updated successfully, but these errors were encountered: