MulongXie / UIED

An accurate GUI element detection approach based on old-fashioned CV algorithms [Upgraded on 5/July/2021]
http://www.uied.online/
Apache License 2.0
394 stars 103 forks source link

What's this `instances_test.json` in `run_batch.py`? #10

Closed felicitia closed 3 years ago

felicitia commented 3 years ago

Hi @MulongXie , I'm trying to run UIED in patch and I'm looking at run_batch.py. In this line data = json.load(open('E:/Mulong/Datasets/rico/instances_test.json', 'r')) what is this json file and what should I substitute it with? Thank you very much!

MulongXie commented 3 years ago

Hi, it's just a data file recording all the paths of your testing GUIs. You can just ignore it and set your testing images in the variable input_imgs .