Skip to content

onns/video-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-annotation-tool

视频数据标注工具

使用

  1. 下载zip文件并解压
  2. 修改配置文件config.json
  3. 运行当前平台的可执行文件

编译可执行文件

# Linux 下编译 Windows 版本
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build server.go

# Linux 下编译 MacOS 版本
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build server.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published