issues
search
Pangoraw
/
PaDiM
:dolphin: Re-implementation of PaDiM and code for the article "Weakly Supervised Detection of Marine Animals in High Resolution Aerial Images"
https://arxiv.org/abs/2011.08785
MIT License
27
stars
4
forks
source link
i have some problem
#3
Closed
jackft2
closed
3 years ago
jackft2
commented
3 years ago
what is padeep.log?
what PARAMS_PATH do I need to write?
SDJustus
commented
3 years ago
padeep.log is the log file, generated while training... take a look at the logger in
https://github.com/Pangoraw/PaDiM/blob/main/examples/padeep.py
to see what is logged
PARAMS_PATH is the path, where your training results are saved (i.e. results/your_file_name.pickle). See lines 102-104 in
https://github.com/Pangoraw/PaDiM/blob/main/examples/padeep.py
Pangoraw
commented
3 years ago
Thanks for answering @SDJustus!