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
  1. what is padeep.log?
  2. what PARAMS_PATH do I need to write?
SDJustus commented 3 years ago
  1. 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
  2. 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!