Up ファイル構成 作成: 2021-05-12
更新: 2021-05-12


    ~/Tensorflow-YOLOv3

      convert_weights.py
      detect.py
      setup.py
      requirements.txt
      Makefile
      LICENSE
      README.md
      .gitignore

      .git
        config
        description
        HEAD
        index
        packed-refs
        branches
        hooks
        info
        logs
        objects
        refs

      core
        __init__.py
        layers.py
        utils.py
        yolo.py
        yolo_tiny.py
        _pycache__

      weights
        checkpoint
        model-tiny.ckpt.index
        yolov3-tiny.weights
        model-tiny.ckpt.data-00000-of-00001
        model-tiny.ckpt.meta

      data
        coco.names
        Roboto-Black.ttf
        images
          dog.jpg eagle.jpg giraffe.jpg horses.jpg kite.jpg person.jpg scream.jpg
        videos
          champs-elysees.mp

      detections
        image_output.png
        YOLOv3_output.jpg
        YOLOv3Tiny_output.jpg
        YOLOv3_output.gif
        YOLOv3Tiny_output.gif