JStehouwer / FFD_CVPR2020

111 stars 22 forks source link

vgg.py file is empty #13

Open RonDen opened 3 years ago

RonDen commented 3 years ago

Hi~ Thank you for your excellent job! I am very interested in your work. But I find the vgg.py is empty, is there any mistake?

JStehouwer commented 3 years ago

I completely reimplemented the repository, and never re-wrote the VGG network with the attention mechanism. This could be done simply by getting a PyTorch implementation of the VGG network and using the attention mechanism code found in xception.py.

If you want to write the vgg.py file for your own use and need any help, let me know.