You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Error:
Executing get_gdf_tot_cowc()...
0 label_image_path: /home/hipstudents/cosmiq/cowc/datasets/ground_truth_sets/Utah_AGRC/12TVL240120_Annotated_Cars.png
0 image_path: /home/hipstudents/cosmiq/cowc/datasets/ground_truth_sets/Utah_AGRC/12TVL240120.png
Traceback (most recent call last):
File "parse_cowc.py", line 290, in
main()
File "parse_cowc.py", line 273, in main
verbose=verbose)
File "parse_cowc.py", line 212, in get_gdf_tot_cowc
yolt_box_size, verbose=verbose)
File "parse_cowc.py", line 157, in cowc_to_gdf
verbose=verbose)
File "parse_cowc.py", line 78, in gt_boxes_from_cowc_png
if len(label_locs) == 0:
TypeError: object of type 'zip' has no len()
........................................................
I don't know why this is happening.
I downloaded all data under Utah_AGRC Folder.
The text was updated successfully, but these errors were encountered:
The Error:
Executing get_gdf_tot_cowc()...
0 label_image_path: /home/hipstudents/cosmiq/cowc/datasets/ground_truth_sets/Utah_AGRC/12TVL240120_Annotated_Cars.png
0 image_path: /home/hipstudents/cosmiq/cowc/datasets/ground_truth_sets/Utah_AGRC/12TVL240120.png
Traceback (most recent call last):
File "parse_cowc.py", line 290, in
main()
File "parse_cowc.py", line 273, in main
verbose=verbose)
File "parse_cowc.py", line 212, in get_gdf_tot_cowc
yolt_box_size, verbose=verbose)
File "parse_cowc.py", line 157, in cowc_to_gdf
verbose=verbose)
File "parse_cowc.py", line 78, in gt_boxes_from_cowc_png
if len(label_locs) == 0:
TypeError: object of type 'zip' has no len()
........................................................
I don't know why this is happening.
I downloaded all data under Utah_AGRC Folder.
The text was updated successfully, but these errors were encountered: