zhenglab/spiralnet

Dataset

Closed this issue · 1 comments

Thanks for your efforts.
The configuration file requires a 'fist' format for the dataset, how can I train the network using my dataset with 'jpg' format?

We save the absolute path of images into flist files, which are stored on the server. And you could also modify the dataloader code according to the way you need.

data = imread(self.data[index])