当前位置:网站首页>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://blog.csdn.net/CC977/article/details/124366748
边栏推荐
- Deep analysis of C language pointer (Part I)
- GO语言开发天天生鲜项目第三天 案例-新闻发布系统二
- Lunch on the 23rd day at home
- JSX syntax rules
- GO語言開發天天生鮮項目第三天 案例-新聞發布系統二
- Identifier CV is not defined in opencv4_ CAP_ PROP_ FPS; CV_ CAP_ PROP_ FRAME_ COUNT; CV_ CAP_ PROP_ POS_ Frames problem
- Matlab matrix index problem
- Leetcode 994, rotten orange
- 2021-09-02 unity project uses rider to build hot change project failure record of ilruntime
- 软件测试要怎么学?自学还是培训看完这篇文章你就懂了
猜你喜欢
LeetCode 116. Populate the next right node pointer for each node
Preliminary understanding of cache elimination algorithm (LRU and LFU)
Google 尝试在 Chrome 中使用 Rust
Fastdfs mind map
Gsi-ecm digital platform for engineering construction management
wait、waitpid
浅谈数据库设计之三大范式
MySQL进阶之表的增删改查
Syntax Error: TypeError: this. getOptions is not a function
Vulnhub DC: 1 penetration notes
随机推荐
Express③(使用Express编写接口、跨域有关问题)
电脑越用越慢怎么办?文件误删除恢复方法
Send email to laravel
Introduction to standardization, regularization and normalization
引入结构化并发,Swift 5.5 发布!
Opencv reports an error. Expected PTR < CV:: UMAT > for argument '% s'‘
中创存储|想要一个好用的分布式存储云盘,到底该怎么选
C# 知识
2021-06-29 C escape character cancellation and use
Learn to C language fourth day
小米手机全球已舍弃“MI”品牌,全面改用“xiaomi”全称品牌
MySQL进阶之数据的增删改查(DML)
Recommended usage scenarios and production tools for common 60 types of charts
100天拿下11K,转岗测试的超全学习指南
go defer
【SQL】字符串系列2:将一个字符串根据特定字符分拆成多行
Zhongchuang storage | how to choose a useful distributed storage cloud disk
Gsi-ecm digital platform for engineering construction management
Some grounded words
2021-09-02 unity project uses rider to build hot change project failure record of ilruntime