DeepLabCut / DeepLabCut/DeepLabCut-live-GUI
redesign example processor - include saving procedure when calling `stop()`
Open
@C-Achard is already working on this.
Since Aug 21, 2026.
processor
- Dominant language
- Python
- Stars
- 72
- Forks
- 28
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
In recent experimental stress-testing we found the need to improve the saving logic for custom processors: always save the data stream when the processor is stopped (for whatever reason).
Currently our example processor does not save any data when calling a bare stop(). For future reference it might be helpful to change the example to include a standard saving call when stopping the processor.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.