303-vl-sat-visual-linguistic-semantics-assisted-training-for-3d-semantic-scene-graph-prediction-in-
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: SZU-AdvTech-2024
- Default Branch: main
- Size: 0 Bytes
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Citation
https://github.com/SZU-AdvTech-2024/303-VL-SAT-Visual-Linguistic-Semantics-Assisted-Training-for-3D-Semantic-Scene-Graph-Prediction-in-/blob/main/
## :book: VL-SAT: Visual-Linguistic Semantics Assisted Training for 3D Semantic Scene Graph Prediction in Point Cloud (CVPR 2023 Highlight):fire: If you found the training scheme in VL-SAT is useful, please help to :star: it or recommend it to your friends. Thanks:fire:
# Introduction This is a release of the code of our paper **_VL-SAT: Visual-Linguistic Semantics Assisted Training for 3D Semantic Scene Graph Prediction in Point Cloud_** (CVPR 2023 Highlight). Authors: Ziqin Wang, Bowen Cheng, Lichen Zhao, Dong Xu, Yang Tang, Lu Sheng* (*corresponding author) [[arxiv]](https://arxiv.org/pdf/2303.14408.pdf) [[code]](https://github.com/wz7in/CVPR2023-VLSAT) [[checkpoint]](https://drive.google.com/file/d/1_C-LXRlSobupApb-JsajKG5oxKnfKgdx/view?usp=sharing) # Dependencies ```bash conda create -n vlsat python=3.8 conda activate vlsat pip install -r requirement.txt 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 pip install git+https://github.com/openai/CLIP.git ``` # Prepare the data A. Download 3Rscan and 3DSSG-Sub Annotation, you can follow [3DSSG](https://github.com/ShunChengWu/3DSSG#preparation) B. Generate 2D Multi View Image ```bash # you should motify the path in pointcloud2image.py into your own path python data/pointcloud2image.py ``` C. You should arrange the file location like this ``` data 3DSSG_subset relations.txt classes.txt 3RScan 0a4b8ef6-a83a-21f2-8672-dce34dd0d7ca multi_view labels.instances.align.annotated.v2.ply ... ``` D. Train your own clip adapter ``` python clip_adapter/main.py ``` or just use the checkpoint ``` clip_adapter/checkpoint/origin_mean.pth ``` # Run Code ```bash # Train python -m main --mode train --config--exp # Eval python -m main --mode eval --config --exp ``` In this repo, we have provided a default [config](https://github.com/wz7in/CVPR2023-VLSAT/blob/main/config/mmgnet.json) # Paper If you find the code useful please consider citing our [paper](https://arxiv.org/pdf/2303.14408.pdf): ``` @article{wang2023vl, title={VL-SAT: Visual-Linguistic Semantics Assisted Training for 3D Semantic Scene Graph Prediction in Point Cloud}, author={Wang, Ziqin and Cheng, Bowen and Zhao, Lichen and Xu, Dong and Tang, Yang and Sheng, Lu}, journal={arXiv preprint arXiv:2303.14408}, year={2023} } ``` # Acknowledgement This repository is partly based on [3DSSG](https://github.com/ShunChengWu/3DSSG) and [CLIP](https://github.com/openai/CLIP) repositories.
Owner
- Name: SZU-AdvTech-2024
- Login: SZU-AdvTech-2024
- Kind: organization
- Repositories: 1
- Profile: https://github.com/SZU-AdvTech-2024
GitHub Events
Total
- Push event: 2
- Create event: 3
Last Year
- Push event: 2
- Create event: 3