HighwayWu / ImageForensicsOSN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

May I ask a question

sizhuanger opened this issue · comments

commented

Do we need to manually build the paths of the dataset in this train.npy file one by one

You may use os package to scan the data folder, e.g., file_list = os.listdir(your_data_path).