当前位置:网站首页>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
边栏推荐
- go struct
- Bash script learning -- for loop traversal
- 打新债中签以后怎么办,网上开户安全吗
- Learn to C language fourth day
- Common commands of MySQL in Linux
- 41. The first missing positive number
- Fastdfs思维导图
- Resolve the error - error identifier 'attr_ id‘ is not in camel case camelcase
- How many hacking methods do you know?
- setInterval、setTimeout、requestAnimationFrame
猜你喜欢

JS arrow function user and processing method of converting arrow function into ordinary function

"Meta function" of tidb 6.0: what is placement rules in SQL?

On the three paradigms of database design

Some grounded words

Matlab matrix index problem

Another data analysis artifact: Polaris is really powerful

41. The first missing positive number

Syntax Error: TypeError: this. getOptions is not a function

MySQL基础合集

Mysql database common sense storage engine
随机推荐
The more you use the computer, the slower it will be? Recovery method of file accidental deletion
Another data analysis artifact: Polaris is really powerful
Is qiniu school useful and is the recommended securities account safe
What about laptop Caton? Teach you to reinstall the system with one click to "revive" the computer
Common problems in deploying projects with laravel and composer for PHP
软件测试要怎么学?自学还是培训看完这篇文章你就懂了
pikachuxss如何获取cookie靶场,返回首页总是失败
韩国或将禁止苹果和谷歌向开发者抽佣 创全球首例
go map
Selenium displays webdriverwait
Pytorch preserves different forms of pre training models
Keywords static, extern + global and local variables
一些接地气的话儿
Leetcode 74. Search two-dimensional matrix
On the three paradigms of database design
Sequential state
CUDA, NVIDIA driver, cudnn download address and version correspondence
內網滲透之DOS命令
C knowledge
go defer