3D Scene Graph Models
Project description
点云场景图预测使用说明
1. 环境依赖
CUDA版本: 11.3 其他依赖库的安装命令如下:
conda create -n py38 python=3.8
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install torch-geometric
2. 下载安装
pip install scene-graph-predictor-pc
3. 使用说明
import scene_graph_predictor_pc
import trimesh
plydata=trimesh.load('scene/scene0/labels.instances.align.annotated.v2.ply', process=False)
model = scene_graph_predictor_pc.SceneGraphPredictor()
# model 加载数据
model.load('checkpoint')
# 模型预测
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scene_graph_predictor_pc-0.1.1-py3-none-any.whl.
File metadata
- Download URL: scene_graph_predictor_pc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a14fd81280985d2d94316f9eaf271d2916ec67558461b22140356111eb00fba2
|
|
| MD5 |
8b56260a7396e92cc7c65a7cb721a9fd
|
|
| BLAKE2b-256 |
d3c08f3d1304a82d090837b9005a52ff2012f40f6752fe0b8712500229dcd39d
|