This repository was archived by the owner on Jun 3, 2020. It is now read-only.
Postprocessing improvement
Added
--nb-tiles-per-imageas a new argument fordatagencommand.- A progress bar for inference processes (#153)
Changed
utils.prepare_output_folder()returns now a dictionary of all useful output paths- Some dependency updates (Tensorflow, opencv, pillow, keras, daiquiri)
- The preprocessing has been modified for geographic datasets:
-t,-vand-Tnow
refer to raw images, the amount of preprocessed tiles being obtained by a combination
of--nb-tiles-per-imageand these last arguments. - The tile grid becomes optional for postprocessing (#155).
Fixed
- Draws without replacement instead of with replacement in the case of preprocessing
of geographic dataset testing images (np.random.choicewrong parameterization). #146
Security
pillowwas updated to7.1.1(moderate severity vulnerability alert for
pillow<6.2.2)
Removed
sys.exitstatements (#150)