Skip to content

Releases: DDMAL/Paco_classifier

Accomodate for input and output port name changes

22 Sep 21:38
b7071b0
Compare
Choose a tag to compare

Changed dictionaries and variables in training_engine_sae.py and fast_trainer_lib.py to accomodate for the name changes in fast_paco_trainer.py Rodan wrapper.

v2.0.0: Optimized Paco, Local training/evaluation script

25 Aug 15:03
282a1aa
Compare
Choose a tag to compare
  • Reduce validation step
  • Crop selected region
  • Reduce np.where
  • Replace cv2.imread with np.load
  • Load all images/layers into RAM and handle the RAM limit
  • Refactor local training script
  • Add local evaluation Scrip