Charleo85 / DeepCar

Fine-grained detection on Vehicle Model/Make
MIT License
71 stars 20 forks source link

Is this network working on CUB dataset? #2

Open jeong-tae opened 6 years ago

jeong-tae commented 6 years ago

I am trying to reproduce RACNN network performance with pytorch. But there isn't details about how to train a APN network.

without pretraining, rank loss doesn't decrease. i am wonder this code work on CUB to decrease the APN net loss.

JUSTDODoDo commented 5 years ago
    hello,I am very interested in your work on RA-CNN Implemented  by pytorch, but as a newbie, how do I prepare to train the dataset, I have already got the entire dataset of Compcars, you have not explained clearly in Readme. Training, can you tell the details, thank you!