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

There is no get_multplier in coco_eval.py #13

Open
huangzhao1 opened this issue Mar 17, 2020 · 1 comment
Open

There is no get_multplier in coco_eval.py #13

huangzhao1 opened this issue Mar 17, 2020 · 1 comment

Comments

@huangzhao1
Copy link

Traceback (most recent call last):
File "D:/postgraduate/gan/gan_code/pytorch-EverybodyDanceNow/notebook/make-source.py", line 54, in
multiplier = get_multiplier(img)
NameError: name 'get_multiplier' is not defined

@RusticKey
Copy link

RusticKey commented Sep 18, 2020

I'm also having the same issue. get_outputs also does not accept multiplier argument, only three are needed.

In the end I commented the import and removed the multiplier from the arguments

from evaluate.coco_eval import get_outputs#,get_multiplier
...
#multiplier = get_multiplier(img)
    with torch.no_grad():
        paf, heatmap, _ = get_outputs(img, model, 'rtpose')
...

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