DAN icon indicating copy to clipboard operation
DAN copied to clipboard

read2016_formatter.py

Open Jia-Chen-Zhang opened this issue 2 years ago • 3 comments

When running the read2016_formatter.py file, I noticed that the train and valid folders are empty after the process is completed, while the test folder correctly outputs 50 images. Can you please advise on how to adjust the code?

Jia-Chen-Zhang avatar Jul 29 '23 05:07 Jia-Chen-Zhang

When I run main_syn_line.py it shows image

chrisgwe avatar Oct 25 '23 23:10 chrisgwe

I have same issue with valid_fonts[]is empty, can author give some advice?

chrisgwe avatar Nov 04 '23 20:11 chrisgwe

if set_name == "test":
    xml_fold_path = os.path.join(self.temp_fold, set_name, "page")
else:
    xml_fold_path = os.path.join(self.temp_fold, set_name, "page", "page")

at line 137 in read2016_formatter.py . This problem is caused by error XML path

noobpeng99 avatar Nov 18 '23 03:11 noobpeng99