PKU-ICST-MIPL / OPAM_TIP2018

Source code of our TIP 2018 paper "Object-Part Attention Model for Fine-grained Image Classification"
91 stars 32 forks source link

How to build patches? #5

Open keeprunningcelin opened 6 years ago

keeprunningcelin commented 6 years ago

The data in train_patch.sh consist of original imgaes and patches. If I change a new dataset, how to get patches from original images?

mumuhe commented 6 years ago

@keeprunningcelin you can first utilize the selective search methods to generate image proposals for each image, and then use the fine-tuned CNNs to select the patches related to the object from the generated image proposals.