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
- 安装mongodb
- 安装mongodb C++ driver
- 安装opencv3.3.1
安装mongodb
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
- 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
- sudo apt-get update
- sudo apt-get install -y mongodb-org
安装mongodb C++ driver
注意,编译时候可能会遇到 assert 找不到的问题,添加“assert.h" 的头文件即可解决
安装opencv3.3.1
编译tron
- 获取 tron 源代码: https://gitlab.qiniu.io/luanjun/tron
- 运行
bash scripts/build_shell.sh - 拷贝 生成的
build文件夹到third-party/tron目录下
获取模型和测试视频
Owner
- Name: ataraxialab
- Login: ataraxialab
- Kind: organization
- Repositories: 1
- Profile: https://github.com/ataraxialab