NeLy-EPFL / DeepFly3D

Motion capture (markerless 3D pose estimation) pipeline and helper GUI for tethered Drosophila.
GNU Lesser General Public License v3.0
89 stars 17 forks source link

Example JSON file with annotations? #28

Closed lambdaloop closed 4 years ago

lambdaloop commented 4 years ago

Hello, I want to try running DeepFly3D on our dataset. We already have annotations, so I think we could convert it to your JSON format to train a network and try out DeepFly3D.

However, I can't seem to find any example of a JSON annotation file of the type that DeepFly3DAnnotation produces.

Do you have any examples that you could share, perhaps on the H36M dataset?

Sam-Kelly commented 4 years ago

Hi, We also tried to use their json file format for our data. I looked through to see if I still had any of the files from when we attempted this and all I found was this one. jsonfile.json.txt

In the end I converted deepfly3d to load CSV files similar to what deeplabcut uses.

semihgunel commented 4 years ago

@Sam-Kelly's file seems to be correct. Let me know if there is a problem.