Replies: 2 comments
-
Okay I think I figured it out. The flag for whether an instance is hand-labeled or predicted is actually in the 'instance_type' field of the '/instance' dataset saved in the raw .slp file, where '0' is hand-labeled and '1' is predicted. I thought the value would be in the 'from_predicted' field I only ever get '-1' for the attribute. However, the 'instance_type' flag doesn't seem to be kept when exporting a video's data to an hdf5 file since those instances are usually not assigned a track. This means that if I can make sure to keep the videos, frames, and instances sorted in the .slp file, I can just use that to analyze my data. This is a bit of a pain, but I can see why trackless instances wouldn't be exported. Can I please get some verification that this is, in fact, how the .slp and exported data works in case I'm missing something? |
Beta Was this translation helpful? Give feedback.
-
Hi @ndicola, Sorry, looks like this fell through the cracks here. I would not recommend parsing the SLP file directly -- we normally export it to Analysis HDF5 or CSV (File menu or via the If you need to work the SLP files directly, we recommend loading and working with them using If you really want to use your own parsing routines, you can check out how Let us know if you have any questions! Cheers, Talmo |
Beta Was this translation helpful? Give feedback.
-
I am attempting to export the hand-labeled points for use in my data cleaning step, but these points are not included when I export to an hdf5 file. I have not see any way to do this online, so I have two methods which I'm considering which I could use some guidance on if possible.
Where the instances without any track names are the hand-labeled ones. Is the fact that there is no track associated with the hand-labeled instance the reason it doesn't get exported?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions