当前位置:网站首页>Pointnet/pointnet++ training and testing
Pointnet/pointnet++ training and testing
2022-06-29 09:02:00 【Master Ma】
1、 install Anaconda
source ~/.bashrc Update environment variables
Then you can type conda list Test success
2、 establish PyTorch Environmental Science
conda create -n myPytorch python=3.7
conda activate mypytorch
conda install pytorch1.1.0 torchvision0.3.0 -c pytorch
3、 install cloudcompare Software
snap install cloudcompare
install meshlab Software
meshlab2020.07-linux.AppImage
4、 Copy pointnet project
git clone github website
5、 Complete the shape classification task
Download datasets :modelnet40_normal_resampled
Decompress it and put it in data Under the folder
python train_cls.py --model pointnet2_cls_msg --normal --log_dir pointnet2_cls_msg
Use normal vector information
If the video memory overflows , Set up batch_size
python train_cls.py --model pointnet2_cls_msg --normal --log_dir pointnet2_cls_msg batch_size 8
Test the trained network
python test_cls.py --normal --log_dir pointnet2_cls_msg
6、 Object component segmentation
Using data sets :shapenetcore_partanno_segmentation_benchmark_v0_normal
Unzip the dataset to data Folder
Training orders :
python train_partseg.py --model pointnet2_part_seg_msg --normal --log_dir pointnet2_part_seg_msg
The test command :
python test_partseg.py --normal --log_dir pointnet2_part_seg_msg
7、 Scene semantic segmentation
Data sets :Stanford3dDataset_v1.2_Aligned_Version
Unzip to :
data/s3dis/Stanford3dDataset_v1.2_Aligned_Version/
Training :
cd data_utils
python collect_indoor3d_data.py
The processed data is saved to
data/stanford_indoor3d/
Execute training orders :
python train_semseg.py --model pointnet2_sem_seg --test_area 5 --log_dir
pointnet2_sem_seg
The visualization results are saved in
log/sem_seg/pointnet2_sem_seg/visual/
Execute test command :
python test_semseg.py --log_dir pointnet2_sem_seg --test_area 5 --visual
边栏推荐
- Actual combat memoir starts from webshell to break through the border
- 乘法器设计(流水线)verilog code
- Some behaviors of Apple developers that are prone to investigation
- 图片格式-webp
- MYSQL虚拟列
- [microservices openfeign] timeout of openfeign
- Figure timers in SOC (I): what timers are there in the system?
- Baodawei of the people's Chain: break down barriers and establish a global data governance sharing and application platform
- 工厂模式
- 工厂模式和策略模式的区别
猜你喜欢

打印服务IP设置方案

手写VirtualDOM

Résumé des différentes séries (harmoniques, géométriques)

Unity C# 网络学习(十二)——Protobuf生成协议

“国防七校”之一西工大遭境外网络攻击

2022第六季完美童模 合肥赛区 决赛圆满落幕

Product manager certification enrollment brochure (NPDP) in July 2022

The sixth season of 2022 perfect children's model Qingyuan competition area audition came to a successful conclusion

2022年7月系统集成项目管理工程师认证招生简章

TypeScript 变量声明 —— 类型断言
随机推荐
Transformer details
手写VirtualDOM
Actual combat memoir starts from webshell to break through the border
Enrollment brochure for system integration project management engineer certification in July 2022
Open3D 隐藏点移除
P4769-[noi2018] bubble sort [combinatorics, tree array]
名企实习一年要学会的15件事,这样你就省的走弯路了。
图片格式-webp
The sixth season of 2022 perfect children's model Qingyuan competition area audition came to a successful conclusion
DevOps到底是什么意思?
802.11--802.11n protocol phy
How to recite words in tables
sql server 用 administrator 权限运行吗?还是以普通用户运行呢?
io流的总结
闭关修炼(二十四)浅入了解跨域问题
Huawei equipment is configured with medium-sized network WLAN basic services
H5软键盘问题
Development tips - Image Resource Management
Matlab usage
Mqtt second session -- emqx high availability cluster implementation