当前位置:网站首页>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
边栏推荐
- vulnhub DC:1渗透笔记
- How to use PM2 management application? Come in and see
- High paid programmer & interview question series 91 limit 20000 loading is very slow. How to solve it? How to locate slow SQL?
- Opencv reports an error. Expected PTR < CV:: UMAT > for argument '% s'‘
- setInterval、setTimeout、requestAnimationFrame
- MySQL basic collection
- Write table of MySQL Foundation (create table)
- Mysql database common sense storage engine
- GO语言开发天天生鲜项目第三天 案例-新闻发布系统二
- C knowledge
猜你喜欢

PHP的Laravel与Composer部署项目时常见问题

Keywords static, extern + global and local variables

A login and exit component based on token

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

Lunch on the 23rd day at home

Google 尝试在 Chrome 中使用 Rust

Linux中,MySQL的常用命令

Common commands of MySQL in Linux

go slice

Go language development Daily Fresh Project Day 3 Case - Press Release System II
随机推荐
GO语言开发天天生鲜项目第三天 案例-新闻发布系统二
学会打字后的思考
Resolve the error - error identifier 'attr_ id‘ is not in camel case camelcase
The problem of 1 pixel border on the mobile terminal
Introduction to intrusion detection data set
Unity asset import settings
Leetcode 74. Search two-dimensional matrix
Factory mode
JSX syntax rules
Some grounded words
Solve importerror: cannot import name 'imread' from 'SciPy misc‘
MySQL进阶之数据的增删改查(DML)
Mysql database common sense storage engine
Pikachuxss how to get cookie shooting range, always fail to return to the home page
又一款数据分析神器:Polars 真的很强大
Bracket matching -- [implementation of one-dimensional array]
100天拿下11K,转岗测试的超全学习指南
居家第二十三天的午饭
Syntaxerror: unexpected token r in JSON at position 0
How to configure SSH public key in code cloud