https://github.com/ataraxialab/scope

https://github.com/ataraxialab/scope

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ataraxialab
  • Language: C++
  • Default Branch: dev
  • Size: 43 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 8 years ago · Last pushed over 8 years ago
Metadata Files
Readme

README.md

Scope

preinstall

  1. 安装mongodb
  2. 安装mongodb C++ driver
  3. 安装opencv3.3.1

安装mongodb

  1. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
  2. echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
  3. sudo apt-get update
  4. sudo apt-get install -y mongodb-org

安装mongodb C++ driver

  1. 安装mongodb C driver
  2. 安装mongodb C++ driver

注意,编译时候可能会遇到 assert 找不到的问题,添加“assert.h" 的头文件即可解决

安装opencv3.3.1

  1. opencv3.3.1 安装

编译tron

  1. 获取 tron 源代码: https://gitlab.qiniu.io/luanjun/tron
  2. 运行 bash scripts/build_shell.sh
  3. 拷贝 生成的 build 文件夹到 third-party/tron目录下

获取模型和测试视频

  1. 下载模型文件models文件夹下
  2. 下载测试用视频文件
  3. mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=. && make install
  4. build/bin/test_scope 即为测试程序

Owner

  • Name: ataraxialab
  • Login: ataraxialab
  • Kind: organization

GitHub Events

Total
Last Year