NetDissect-Lite
NetDissect-Lite copied to clipboard
max() arg is an empty sequence
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?
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.