datasciencecampus/chrono_lens

Bug when single image is missing previous/next

Closed this issue · 0 comments

count_objects receives a None from the static object filter if both previous and next are missing, to indicate the static filter cannot operate. The logic in count_objects sets faulty to False to reflect this - it should be True!