• This project
    • Loading...
  • Sign in

박선진 / video-emergency-detection

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 3
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • video-emergency-detection
  • detection-API
  • detection_config.json
  • 박선진's avatar
    add fire detection script · 705a9d8d ...
    705a9d8d
    tested with local images of unknown person and fire
    박선진 authored 2020-06-20 19:11:16 +0900
detection_config.json 423 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
{
    "labels" : [
        "fire"
    ],
    "anchors" : [
        [
            129,
            208,
            183,
            155,
            198,
            259
        ],
        [
            73,
            140,
            109,
            80,
            119,
            131
        ],
        [
            22,
            31,
            31,
            57,
            54,
            80
        ]
    ]
}