runwayml / touchDesigner

RunwayML + TouchDesigner 🌝

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different JSON format

JeremyKeenan opened this issue · comments

Hello,

I'm trying to get this example working with my own exported json files:
https://github.com/runwayml/touchDesigner/tree/master/PoseNet/TDPoseNet

Works fine with the included json files, but when I export from PoseNet in RunwayML and try to load the file, I get the error below.

I've compared the json files and I've realised that they are formatted very differently. What's the best way to fix this? I could not find other export options from Runway, beside CSV.

Error here:

Traceback (most recent call last):
File "/project1/datexec1", line 15, in onTableChange
td.Error: File "/project1/json_parse", line 55
File "/project1/json_parse", line 23, in set_size
KeyError: 'size'
Results of run operation resulted in exception.
Traceback (most recent call last):
File "/project1/datexec1", line 15, in onTableChange
td.Error: File "/project1/json_parse", line 55
File "/project1/json_parse", line 23, in set_size
KeyError: 'size'
Results of run operation resulted in exception.
Traceback (most recent call last):
File "/project1/datexec1", line 15, in onTableChange
td.Error: File "/project1/json_parse", line 55
File "/project1/json_parse", line 23, in set_size
KeyError: 'size'
Results of run operation resulted in exception.
Traceback (most recent call last):
File "/project1/datexec1", line 15, in onTableChange
td.Error: File "/project1/json_parse", line 55
File "/project1/json_parse", line 23, in set_size
KeyError: 'size'
Results of run operation resulted in exception.