You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 '
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"
},
...
]
The text was updated successfully, but these errors were encountered: