now offering "normals" in sample dict

This commit is contained in:
Si11ium
2019-08-02 10:49:05 +02:00
parent 0f28969ec7
commit 9c100b6c43
6 changed files with 39 additions and 36 deletions

View File

@ -134,7 +134,7 @@ if __name__ == '__main__':
print(diff_labels)
view_points_labels(points, diff_labels)
if False:
if True:
print('View pred labels ..')
print(pred_labels)
view_points_labels(points, pred_labels)