Skip to content

artyomnaz/SR_AdaFM_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

SR_AdaFM_inference

This repository contains a module for inferencing AdaFM model (trained on dataset with profile and frontal faces).

The model: AdaFM.pth You can download the model here (modified 23.09.2019) or here (modified 18.09.2019) and move it to SR_AdaFM_inference folder

Requirements: requirements.txt

Inference: codes/inference.py

To inference this model you should import Test class and call inference method with argument path_to_image. You can see the results of working in a folder: "results/".

from inference import Test
test = Test()
test.inference(*path_to_image*)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages