当前位置:网站首页>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
边栏推荐
- Async function ------ ES6
- Awk print special characters
- Leetcode 1346. Check whether integers and their multiples exist
- Send email to laravel
- Addition, deletion, modification and query of advanced MySQL data (DML)
- Leetcode 74. Search two-dimensional matrix
- Win 11K in 100 days, super complete learning guide for job transfer test
- Create vs project with MATLAB
- 中创存储|想要一个好用的分布式存储云盘,到底该怎么选
- 3-5 obtaining cookies through XSS and the use of XSS background management system
猜你喜欢

MySQL基础之写表(创建表)

GSI-ECM工程建设管理数字化平台

Preliminary understanding of cache elimination algorithm (LRU and LFU)

高薪程序员&面试题精讲系列91之Limit 20000加载很慢怎么解决?如何定位慢SQL?

MySQL进阶之数据的增删改查(DML)

Addition, deletion, modification and query of advanced MySQL data (DML)

Come in and teach you how to solve the problem of port occupation

LeetCode 116. Populate the next right node pointer for each node

Commande dos pour la pénétration de l'Intranet

JS arrow function user and processing method of converting arrow function into ordinary function
随机推荐
Unity asset import settings
Leetcode 542, 01 matrix
How to learn software testing? Self study or training? After reading this article, you will understand
软件测试要怎么学?自学还是培训看完这篇文章你就懂了
Preliminary understanding of cache elimination algorithm (LRU and LFU)
6-5 string - 2 String copy (assignment) (10 points) the C language standard function library includes the strcpy function for string copy (assignment). As an exercise, we write a function with the sam
The iswow64process function determines the number of program bits
Unity animation creates sequence frame code and generates animationclip
MySQL进阶之数据的增删改查(DML)
Addition, deletion, modification and query of MySQL advanced table
Fastdfs思维导图
Valueerror: invalid literal for int() with base 10 conversion error related to data type
go interface
Introduction to intrusion detection data set
go slice
UKFslam
DOS command of Intranet penetration
CUDA, NVIDIA driver, cudnn download address and version correspondence
On the three paradigms of database design
Reentrant function