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
Hi All. I am trying data generation steps in colab with GPU with the dataset you mentioned here. I am using below command:
!python3 generate_data.py --filesize 3 --threads 2 --outpath TFRecords --imagespath ./unlv_images --ocrpath ./unlv_xml_ocr --tablepath ./unlv_xml_gt --visualizeimgs 0 --visualizebboxes 0
It is running overnight but not ending.Seems it goes to infinite loop. Am I doing anything wrong here? Please suggest.
The text was updated successfully, but these errors were encountered:
Hi All. I am trying data generation steps in colab with GPU with the dataset you mentioned here. I am using below command:
!python3 generate_data.py --filesize 3 --threads 2 --outpath TFRecords --imagespath ./unlv_images --ocrpath ./unlv_xml_ocr --tablepath ./unlv_xml_gt --visualizeimgs 0 --visualizebboxes 0
It is running overnight but not ending.Seems it goes to infinite loop. Am I doing anything wrong here? Please suggest.
The text was updated successfully, but these errors were encountered: