We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
GothicAi
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: