Skip to content

IENT/AA-PCAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point Cloud Graph Coding

Code used for Attribute-aware Partitioning for Graph-based Point Cloud Attribute Coding. Reuses the block GFT implementation from https://github.com/STAC-USC/RA-GFT.

Released under GNU General Public License version 2.

Copyright 2022 Institut für Nachrichtentechnik, RWTH Aachen University, Germany

Install

  • Create virtual environment:
python -m venv venv
  • Activate the virtual environment with
source venv/bin/activate
  • Install requirements
pip install --upgrade pip
pip install -r requirements.txt
  • When done, deactivate the environment with
deactivate

Use

  • Adapt the directory locations for input pointclouds and results for your system.

  • While the virtual environment is active:

python ./simulation.py --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages