Hi SimBA team,
I’m running into an issue when trying to import annotations, and I suspect it’s because my data format doesn’t match the expected SimBA/BORIS structure.
Instead of annotating directly in BORIS or a SimBA-supported tool, I generated my own annotations programmatically (frame-based labels). I then attempted to convert these into a BORIS-like CSV format (Time,Media file path,FPS,Subject,Behavior,Status), following the example provided in the documentation.
However, when I try to import these into SimBA, I consistently get the error:
“SIMBA NO DATA ERROR: Your SimBA project has a feature file named [video_name], however no annotations exist for this file in the [subject_by_video directory].”
The video names in my annotation file match the feature file names exactly, and the START/STOP events appear correctly paired, so I suspect the issue is with how SimBA parses my custom BORIS-style CSV.
My questions is: Is there a recommended way to convert custom/frame-based annotations into a SimBA-compatible format? How could I check why the error is happening?
Any guidance or example of a minimal working annotation file would be greatly appreciated.
Thanks in advance!
Hi SimBA team,
I’m running into an issue when trying to import annotations, and I suspect it’s because my data format doesn’t match the expected SimBA/BORIS structure.
Instead of annotating directly in BORIS or a SimBA-supported tool, I generated my own annotations programmatically (frame-based labels). I then attempted to convert these into a BORIS-like CSV format (Time,Media file path,FPS,Subject,Behavior,Status), following the example provided in the documentation.
However, when I try to import these into SimBA, I consistently get the error:
“SIMBA NO DATA ERROR: Your SimBA project has a feature file named [video_name], however no annotations exist for this file in the [subject_by_video directory].”
The video names in my annotation file match the feature file names exactly, and the START/STOP events appear correctly paired, so I suspect the issue is with how SimBA parses my custom BORIS-style CSV.
My questions is: Is there a recommended way to convert custom/frame-based annotations into a SimBA-compatible format? How could I check why the error is happening?
Any guidance or example of a minimal working annotation file would be greatly appreciated.
Thanks in advance!