keras-yolo3を実装したいのですが、エラーが出ます。どのようにすれば解決できるでしょうか。
環境はgoogle colabです。
!git clone https://github.com/qqwweee/keras-yolo3.git %cd keras-yolo3 !pip install tensorflow==1.14.0 !pip install keras==2.2.4 !wget https://pjreddie.com/media/files/yolov3.weights !python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5 !python yolo_video.py --image
エラーメッセージが、
AttributeError: 'str' object has no attribute 'decode'
回答1件
あなたの回答
tips
プレビュー