当前位置:网站首页>ubutnu20安裝CenterNet
ubutnu20安裝CenterNet
2022-04-23 20:48:00 【CC977】
環境:Ubuntu20.04 + python3.6 + pytorch1.7.0 + cuda11.0
安裝
新建環境
conda create --name centernet python=3.6
conda activate centernet
conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 -c pytorch
conda install numpy cython matplotlib
下載安裝cocoapi:
conda activate centernet
cd $COCOAPI/PythonAPI
make
python setup.py install --user
下載CenterNet;
下載DCNv2_pytorch_1.x支持版本:鏈接1 | 鏈接2,命名為DCNv2
,替換掉CenterNet/src/lib/models/networks/DCNv2
。
conda activate centernet
pip install -r requirements.txt
cd CenterNet/src/lib/models/networks/DCNv2
./make.sh
#安裝完成,以下可選
#務必先安裝cocoapi再執行下面命令
cd CenterNet/src/lib/external
make
KITTI測試
版权声明
本文为[CC977]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204232048354054.html
边栏推荐
- MySQL基础合集
- Leetcode 232, queue with stack
- Recommended usage scenarios and production tools for common 60 types of charts
- Bracket matching -- [implementation of one-dimensional array]
- Rust更适合经验较少的程序员?
- Leetcode-279-complete square number
- Centralized record of experimental problems
- Syntax Error: TypeError: this. getOptions is not a function
- Leetcode 1351. Negative numbers in statistical ordered matrices
- Selenium 显示等待WebDriverWait
猜你喜欢
GO语言开发天天生鲜项目第三天 案例-新闻发布系统二
PHP的Laravel与Composer部署项目时常见问题
Resolve the eslint warning -- ignore the warning that there is no space between the method name and ()
中创存储|想要一个好用的分布式存储云盘,到底该怎么选
DOS command of Intranet penetration
Identifier CV is not defined in opencv4_ CAP_ PROP_ FPS; CV_ CAP_ PROP_ FRAME_ COUNT; CV_ CAP_ PROP_ POS_ Frames problem
Zhongchuang storage | how to choose a useful distributed storage cloud disk
MySQL basic collection
Unity solves Z-fighting
Deep analysis of C language pointer (Part I)
随机推荐
Some thoughts on super in pytorch, combined with code
How to do after winning the new debt? Is it safe to open an account online
Mysql database common sense storage engine
The more you use the computer, the slower it will be? Recovery method of file accidental deletion
Unity ECS dots notes
MySQL基础之写表(创建表)
Resolve the eslint warning -- ignore the warning that there is no space between the method name and ()
100天拿下11K,转岗测试的超全学习指南
引入结构化并发,Swift 5.5 发布!
go map
pytorch 1.7. The model saved by X training cannot be loaded in version 1.4 or earlier
Centralized record of experimental problems
Awk print special characters
【SQL】字符串系列2:将一个字符串根据特定字符分拆成多行
GO语言开发天天生鲜项目第三天 案例-新闻发布系统二
Chrome 94 引入具有争议的 Idle Detection API,苹果和Mozilla反对
Deno 1.13.2 发布
Minecraft 1.12.2模组开发(四十三) 自定义盾牌(Shield)
Case of the third day of go language development fresh every day project - news release system II
深入探究ASP.NET Core读取Request.Body的正确方式