-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
There are problems training with the .json. I get the error:
File "/home/vanejessi/DeepLearningStudio/Formula1-FollowLine/tensorflow/PilotNet/utils/processing.py", line 19, in parse_json
array_annotations_v.append(float(v))
ValueError: could not convert string to float: '"7.0",\n "w": "0.044"\n '
The .json file is:
[
{
"image_name": "0.png",
"v": "7.0",
"w": "0.044"
},
{
"image_name": "1.png",
"v": "7.0",
"w": "0.022"
},
{
"image_name": "2.png",
"v": "7.0",
"w": "0.022"
},
{
"image_name": "3.png",
"v": "7.0",
"w": "0.022"
},
...
]
Metadata
Metadata
Assignees
Labels
No labels