Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the 'img_size' argument in 'get_original' function in utils/renderer.py #27

Open
bing-jian opened this issue Dec 31, 2019 · 1 comment

Comments

@bing-jian
Copy link

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.

@hari101515
Copy link

May i know how you would run the code can you tell me please if you have time make it steps and send to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants