HASS-Deepstack-face icon indicating copy to clipboard operation
HASS-Deepstack-face copied to clipboard

FR: save as png

Open aervig opened this issue 4 years ago • 2 comments
trafficstars

save_faces save images with very poor quality. Is it possible to save this in better quality, so they can be used for training?

aervig avatar May 02 '21 09:05 aervig

Try this option https://github.com/t0mer/deepstack-trainer

DivanX10 avatar May 09 '21 12:05 DivanX10

This is due to saving jpg. On https://github.com/robmarkcole/HASS-Deepstack-object png can be used. This requires code change so tagging FR

  • save_file_format: (Optional, default jpg, alternatively png) The file format to save images as. png generally results in easier to read annotations.

robmarkcole avatar Feb 25 '22 05:02 robmarkcole