Skip to content
Snippets Groups Projects
Commit 3099de4b authored by maali's avatar maali
Browse files

call right function getAllValDataFruits

parent c8f52100
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ if __name__ == '__main__': ...@@ -153,7 +153,7 @@ if __name__ == '__main__':
basePath = os.path.dirname(os.path.realpath(__file__)) + '/Generated_Worlds_/Generated_Worlds_Evaluating/' + class_name basePath = os.path.dirname(os.path.realpath(__file__)) + '/Generated_Worlds_/Generated_Worlds_Evaluating/' + class_name
fps = np.loadtxt(f'Generated_Worlds_/Generated/{class_name}/{class_name}_fps_3d.txt') fps = np.loadtxt(f'Generated_Worlds_/Generated/{class_name}/{class_name}_fps_3d.txt')
images_ls, labels_ls, mask_ls, choice_ls = data.getAllValData(class_name) images_ls, labels_ls, mask_ls, choice_ls = data.getAllValDataFruits(class_name)
print(len(images_ls)) print(len(images_ls))
for i, img in enumerate(images_ls): for i, img in enumerate(images_ls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment