Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Different JSON format #7

@JeremyKeenan

Description

@JeremyKeenan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions