tensorflow-yolo-v3 icon indicating copy to clipboard operation
tensorflow-yolo-v3 copied to clipboard

SystemError: <built-in function AppendFloat32ArrayToTensorProto> returned NULL without setting an error

Open suraneti opened this issue 5 years ago • 1 comments

Environment

  • Python 3.7
  • tensorflow 1.9.0

After I've ran : python ./demo.py --input_img <path-to-image> --output_img <name-of-output-image>

I've got an error :

SystemError: <built-in function AppendFloat32ArrayToTensorProto> returned NULL without setting an error

suraneti avatar Aug 08 '18 07:08 suraneti

I haven't tested it on python 3.7. Can you add more details (whole error message including line number)?

mystic123 avatar Aug 22 '18 09:08 mystic123