chenjshnn / Object-Detection-for-Graphical-User-Interface

Object Detection for Graphical User Interface: Old Fashioned or Deep Learning or a Combination?
Apache License 2.0
119 stars 27 forks source link

The train.txt, val.txt, test.txt files were not found. Can you upload these three files? #2

Closed jin1ming closed 3 years ago

chenjshnn commented 3 years ago

Please see the corresponding files in https://github.com/chenjshnn/Object-Detection-for-Graphical-User-Interface/tree/master/PyTorch-YOLOv3/data/rico

For each file (train.txt/val.txt/test.txt), each line indicates one image path. You may need to change to your absolute/relative path

You could also find my splits in https://www.dropbox.com/sh/53rj0jjz74whxuq/AAAJ2WtTxmtgYvCu6xr8935ea?dl=0

jin1ming commented 3 years ago

Thanks.