Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compressVideo.py: fixed bug when saving background of non-loopbio video. #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

luigiferiani
Copy link
Contributor

Implemented len() for all readers except readImages and ReadVideoFFMPEG (to be implemented in the future).
Fixed a typo in selectVideoReader.py

@luigiferiani
Copy link
Contributor Author

I've implemented the suggestion to fix issue #73. @ver228 please double check it's ok. I'll implement the remaining readers when I come back from my holidays

luigiferiani added a commit to luigiferiani/tierpsy-tracker that referenced this pull request Dec 3, 2021
Get Features Summaries parallelised. Up to n_cores - 1 can be used. Limit is not enforced in GUI, but at execution. No limit applied if Tierpsy detects it's running in a PBS or SLURM HPC (Tierpsy's estimate of n_cores might disagree with actual cores allocated) 
file_id is not guaranteed to always increase in filename_* files, as file_id is assigned before results files are processed, and results are written on a first-finished first-written basis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant