dumitrux / architectural-style-recognition

ArchitecturalStyle Recognition is a image classifier of 25 different architectural styles, using deep learning.
20 stars 6 forks source link

export_file_url broken #2

Open LiohMoeller opened 2 years ago

LiohMoeller commented 2 years ago

In server.py you rever to a google drive url for export_file_url https://drive.google.com/uc?export=download&id=1J-xTZrMoE5Jfq90-OT2W3NsbzZvSrSLZ This no longer seems to work. Could you please provide the necessary file in a different location and update the link accordingly?

dumitrux commented 2 years ago

I've just update upload the file needed into "/architectural-style-recognition/models/stage-2-resnet50-deploy.pkl". This file is the minimal state of the Learner, which contains the model, the weights, and metadata like the classes or the transforms/normalization used.

I'm planning to update the project by September to use fastai latest release (2.7.6.). Currently is using version 1.0.52, which is one of the first versions of the library.