xiaolonw / adversarial-frcnn

A-Fast-RCNN (CVPR 2017)
Other
482 stars 168 forks source link

Where is ASTN? #2

Open CPFLAME opened 7 years ago

CPFLAME commented 7 years ago

It's an amazing work, I have read your paper and it impresses me a lot. But when I read your adversarial-frcnn/models/pascal_voc/VGG16/fast_rcnn_adv/train.prototxt , I can only find ASDN, and where is ASTN mentioned in your paper?

xiaolonw commented 7 years ago

Currently we have only released the code for ASDN. Note that we originally implemented ASDN and ASTN in torch for the paper, where the STN is much easier to implement. In the released Caffe version, I have not found a reliable implementation of STN yet.

amiltonwong commented 7 years ago

Hi, @xiaolonw , When will you release the original ASDN and ASTN in torch version?

tonysy commented 4 years ago

@xiaolonw Would you like to release the torch version of code for ASTN? Thanks a lot.