WrongAnswer
Results
5
issues of
WrongAnswer
Should lines 234 and 235 in utils/general_utils.py be swapped? First record the val with the lowest probability, then replace it with the value with the highest probability. ` weight[weight ==...
I use the following code to render the ShapeNetCore dataset: ``` import os import subprocess base_folder = r"03001627" output_base_folder = r"03001627_render" max_count = 10 count = 0 for entry in...