Skip to content

The project consists of a program that classifies objects and collects their properties, using point cloud processing and neural networks.

Notifications You must be signed in to change notification settings

guilherme-mota/SAVI_TP2

Repository files navigation

Trabalho Prático 2 - SAVI 2022-2023

Project Introduction

Project developed within the scope of the curricular unit, Advanced Industrial Vision Systems, at the University of Aveiro.

Consists of a program that processes information collected by 3D sensors and conventional cameras, in order to detect and classify objects.

For that it was used point cloud processing tools (Open3D) and neural networks (Pytorch).

Dataset

The data used in this project is from Washington RGB-D Dataset.

Requirements

To run the program, the following packages must be installed:

  • open3d
  • pytorch
  • numpy
  • pyttsx3
  • opencv-python
  • colorama
  • matplotlib
  • tqdm
  • glob

Execution

When running the program from the terminal, use the following notation:

./main.py -s

After the -s, put the value of the scene you intend to analyze. If you don't put anything, by default the program opens the scene 1, from the point cloud scene01.ply.

Example to open scene 10:

./main.py -s 10

Contact

Guilherme Mota - [email protected]

Miguel Cruz - [email protected]

Luís Ascensão - [email protected]

Acknowledgments

Professor Miguel Oliveira - [email protected]

About

The project consists of a program that classifies objects and collects their properties, using point cloud processing and neural networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages