AGE
AGE copied to clipboard
How to get the class_embeddings.pt? Trying to run tools/inference.py ....
I am trying to use the pretrained models given using the tools/inference.py.
python tools/inference.py
--output_path=/path/to/output
--checkpoint_path=/path/to/checkpoint
--test_data_path=/path/to/test/input
--train/data_path=/path/to/training/data
--class_embedding_path=/path/to/classs/embeddings
--n_distribution_path=/path/to/save/n/distribution
--test_batch_size=4
--test_workers=4
--n_images=5
--alpha=1
--beta=0.005
Here, what is class_embedding_path and n_distribution_path? How to get them? The pretrained model link (https://drive.google.com/drive/folders/17BZcbacTRSCPuapcLtVKQy9ZtTUzHfY_) doesn't seem to have these two files.
Thanks in advance.