Closed wingillis closed 8 months ago
This PR addresses errors in the MoSeq processing pipeline due to the presence of IR videos alongside depth videos.
The library incorrectly detects ir.avi files as depth files, and mistakenly reads these in for extraction, background detection, and quality control.
ir.avi
The new code ignores IR files with the name ir.avi or ir.dat.
ir.dat
Additionally, the extraction notebook is lightly updated to incorporate the new Orbbec camera.
This PR addresses errors in the MoSeq processing pipeline due to the presence of IR videos alongside depth videos.
The library incorrectly detects
ir.avi
files as depth files, and mistakenly reads these in for extraction, background detection, and quality control.The new code ignores IR files with the name
ir.avi
orir.dat
.Additionally, the extraction notebook is lightly updated to incorporate the new Orbbec camera.
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist: