Closed sylarevan closed 3 years ago
This is bug when self._last_detection
is None
. Instead you should use always_save_latest_file
OK @robmarkcole, so this means:
_None
, and is overwritten as long as there is no detection (and the image is the same as the one ending with _latest
);For debug purpose (calibrating the confidence threshold, assessing the detection efficiency, etc.), I would really like to save all processed image, no matter if there is a detection or not. So this is not possible for now?
Yes use always_save_latest_file
cheers
Hi there,
I would like, for debug burpose, to have access to each image that as been processed by deepstack.
Fortunately, the option
save_timestamped_file: True
is there for that purpose, but it does not seem to work, as the only file I get is something like :deepstack_object_synok_jardin_None.png
,deepstack_object_synok_jardin_2021-05-13_05-38-28.png
.Then, all images are saved with this
_None
name, and I do not have access to past processed pictures.Any idea on the reason it is happening?
My deepstack custom component configuration:
I'm running v4.3.0 of deepstack object custom integration, and HA v.2021.5.4.
Thanks!