Git Product home page Git Product logo

3dta-pcqa's Introduction

3DTA-PCQA

Open source code of the paper: 3DTA: No-Reference 3D Point Cloud Quality Assessment with Twin Attention

Performance on WPC Datasets

Running experiment

  1. Download Code Download this github repository to your computer, with the following folder structure:

———— 📁 code

———————— 🐍 1.1pc_to_patch.py

———————— 🐍 1.2patch_list_create.py

———————— 🐍 1.3main.py

———————— 🐍 data_load.py

———————— 🐍 model_3DTA.py

———————— 🐍rename_error_file.py

———————— 🐍 util.py

———— 📁 data

———————————— 🔢 mos.xls

———————————— 🔢 test.xls

———————————— 🔢 train.xls

———— 📁 images

———— 📰 README.md

  1. Data Preparation Download the WPC datasets from https://github.com/qdushl/Waterloo-Point-Cloud-Database, and copy all the distorted 740 ply files into ./data/WPC/Distortion_ply folder. All files are in the same folder. We have prepared the dataset segmentation file: mos.xls、test.xls、train.xls.

  2. Install Dependencies Please install CUDA and cudnn in advance. Our code can only run on GPU at present. In addition, Anaconda is recommended. Python >= 3.8 is required, and the Python libraries that need to be installed are as follows:

torch

tqdm

xlrd

argparse

numpy

pandas

plyfile

multiprocessing

sklearn

scipy

open3d

The above Python libraries are sufficient as long as they do not conflict with each other and do not require specific versions.

  1. Run Code Run the code one by one to obtain the experimental results:

1.pc_to_patch.py

2.patch_list_create.py

3.main.py

3dta-pcqa's People

Contributors

2022020670 avatar philox12358 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

siliciuss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.