Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manonreau committed Dec 20, 2021
1 parent eae6637 commit b5afad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper_pretrained_models/3DeepFace/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# You need to add path for the dataset
database = glob.glob('*hdf5')

model = NeuralNet(database,cnn3d_class,pretrained_model='best_model.pt', outdir=outpath)
model = NeuralNet(database,cnn3d_class,pretrained_model='best_model.pt', outdir=./)

# test the pre-trained model on new data
model.test()

0 comments on commit b5afad6

Please sign in to comment.