kevinzakka / recurrent-visual-attention

A PyTorch Implementation of "Recurrent Models of Visual Attention"
MIT License
468 stars 123 forks source link

How can I loading my images to this model ? #15

Open bemoregt opened 6 years ago

bemoregt commented 6 years ago

Hi, @kevinzakka

How can I loading my images to this model ?

My Image dataset has animal/cats and animal/dogs folder structure.

and 480x480 sized color images.

How Can ?

Thanks in advance.

from @bemoregt.