hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

save_model.py yolov4-tiny.weight #190

Open huanyushis opened 4 years ago

huanyushis commented 4 years ago

When I execute “python save_model.py --weights ./data/yolov4-tiny.weights --output ./checkpoints/yolov4-tiny-416 --input_size 416 --model yolov4 --tiny”

return a ValueError: Duplicate node name in graph: 'packed'

horizonly commented 4 years ago

same question

huanyushis commented 4 years ago

you can update your tensorflow to 2.3.0. When I encountered this problem, my tensorflow version was 2.0.0

glassoue commented 3 years ago

you need to download yolov4-tiny.weights from https://github.com/AlexeyAB/darknet#yolo-v4-in-other-frameworks