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
I train the vgg16 model on Synthdata follow the readme.But when I test the model,I find I have no test data。In the test.py the test data config as follow:
image_list, _, _ = file_utils.get_files('/data/CRAFT-pytorch/test')
result_folder = '/data/CRAFT-pytorch/result/'
But I don‘t have the testdata。How can I prepare the test dataset?
The text was updated successfully, but these errors were encountered:
I train the vgg16 model on Synthdata follow the readme.But when I test the model,I find I have no test data。In the test.py the test data config as follow:
image_list, _, _ = file_utils.get_files('/data/CRAFT-pytorch/test')
result_folder = '/data/CRAFT-pytorch/result/'
But I don‘t have the testdata。How can I prepare the test dataset?
The text was updated successfully, but these errors were encountered: