-
Notifications
You must be signed in to change notification settings - Fork 51
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
max() arg is an empty sequence #13
Comments
Same problem here. Does this mean that no explained unit was found? |
I have the same problem. Have you solved it ? |
I am having the same error..was anybody able to solve it? |
Same error, any resolutions? Please guide us. |
I have the same problem. Has anyone solved it? |
well I found the most of score in tally.csv under 0.04 , so I change the threshold in (def bar_graph_svg) , Then I solved the problem. and I found in setting.py the CATAGORIES = ["object", "part","scene","texture","color"] lack 'material', add this the problem also could be solved. |
File "NetDissect-Lite-master/NetDissect-Lite-master/visualize/bargraph.py", line 111, in make_svg_bargraph
unitheight = float(barheight)/max(heights)
ValueError : max() arg is an empty sequence
I downloaded dataset and run the code but there is no heights value. Can you help me?
The text was updated successfully, but these errors were encountered: