cooperlab / ActiveLearning

Software and documentation from the active learning project on interactive classification.
5 stars 12 forks source link

Resizing images on the thumbnail view #111

Closed slee172 closed 6 years ago

slee172 commented 6 years ago

When we create a dataset with different size of superpixels, the size of the images on the thumbnail view is not changed. This is because the dataset doesn't have the information of the superpixel size. One of possible solution for this problem is to add the information to the database, and then retrieve the information when the dataset is loaded.

slee172 commented 6 years ago

Resolved on @ #113