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

invalid value #8

Open
rainofmine opened this issue Sep 9, 2019 · 0 comments
Open

invalid value #8

rainofmine opened this issue Sep 9, 2019 · 0 comments
Assignees

Comments

@rainofmine
Copy link

rainofmine commented Sep 9, 2019

When I set heatmap_flag=True, I met some warnings like these.

/home/hooks.hl/anaconda3/envs/test2/lib/python3.6/site-packages/instaboost/help_functions.py:122: RuntimeWarning: invalid value encountered in true_divide
heatmap = heatmap/mm *255
/home/hooks.hl/anaconda3/envs/test2/lib/python3.6/site-packages/instaboost/pointByHeatmap.py:124: RuntimeWarning: invalid value encountered in greater
poses = np.stack(np.where(heatmap>200), axis=1)
/home/hooks.hl/anaconda3/envs/test2/lib/python3.6/site-packages/instaboost/pointByHeatmap.py:126: RuntimeWarning: invalid value encountered in greater
poses = np.stack(np.where(heatmap>150), axis=1)

Could you know whether it affects the result?

@rainofmine rainofmine changed the title invalid invalid value Sep 9, 2019
@rainofmine rainofmine reopened this Sep 9, 2019
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