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).
The data used in this project is from Washington RGB-D Dataset.
To run the program, the following packages must be installed:
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
Guilherme Mota - motaguilherme99@ua.pt
Miguel Cruz - miguelcruz51@ua.pt
Luís Ascensão - luispiresascensao@ua.pt
Professor Miguel Oliveira - mriem@ua.pt