当前位置:网站首页>Ubutnu20 installer centernet
Ubutnu20 installer centernet
2022-04-23 20:48:00 【Cc977】
Environnement:Ubuntu20.04 + python3.6 + pytorch1.7.0 + cuda11.0
Installation
Nouvel environnement
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
Télécharger l'installationcocoapi:
conda activate centernet
cd $COCOAPI/PythonAPI
make
python setup.py install --user
TéléchargerCenterNet;
TéléchargerDCNv2_pytorch_1.xVersion prise en charge:Liens1 | Liens2,NomméDCNv2
,RemplacerCenterNet/src/lib/models/networks/DCNv2
.
conda activate centernet
pip install -r requirements.txt
cd CenterNet/src/lib/models/networks/DCNv2
./make.sh
#Installation terminée, Les options suivantes sont disponibles:
# Assurez - vous d'installer cocoapiExécutez la commande suivante
cd CenterNet/src/lib/external
make
KITTITests
版权声明
本文为[Cc977]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204232048354054.html
边栏推荐
- 韩国或将禁止苹果和谷歌向开发者抽佣 创全球首例
- GSI-ECM工程建设管理数字化平台
- Identifier CV is not defined in opencv4_ CAP_ PROP_ FPS; CV_ CAP_ PROP_ FRAME_ COUNT; CV_ CAP_ PROP_ POS_ Frames problem
- How to do after winning the new debt? Is it safe to open an account online
- Is qiniu school useful and is the recommended securities account safe
- Use 3080ti to run tensorflow GPU = 1 X version of the source code
- UKFslam
- wait、waitpid
- 危机即机遇,远程办公效率为何会提升?
- Leetcode 994, rotten orange
猜你喜欢
MySQL进阶之表的增删改查
GO语言开发天天生鲜项目第三天 案例-新闻发布系统二
High paid programmer & interview question series 91 limit 20000 loading is very slow. How to solve it? How to locate slow SQL?
Express③(使用Express编写接口、跨域有关问题)
Use 3080ti to run tensorflow GPU = 1 X version of the source code
Deep analysis of C language pointer (Part I)
Preliminary understanding of cache elimination algorithm (LRU and LFU)
Win 11K in 100 days, super complete learning guide for job transfer test
Case of the third day of go language development fresh every day project - news release system II
Leetcode 542, 01 matrix
随机推荐
setInterval、setTimeout、requestAnimationFrame
Leetcode 709, convert to lowercase
How to use PM2 management application? Come in and see
Norm normalization in tensorflow and pytorch of records
Prim、Kruskal
PHP的Laravel与Composer部署项目时常见问题
go array
How many hacking methods do you know?
缓存淘汰算法初步认识(LRU和LFU)
[SQL] string series 2: split a string into multiple lines according to specific characters
Graph traversal - BFS, DFS
Learn to C language fourth day
Leetcode 1337. Row K with the weakest combat effectiveness in the matrix
中创存储|想要一个好用的分布式存储云盘,到底该怎么选
Keywords static, extern + global and local variables
How to configure SSH public key in code cloud
Singleton mode
Selenium 显示等待WebDriverWait
Some thoughts on super in pytorch, combined with code
Introduction to standardization, regularization and normalization