Project for the University Master Degree Course and Thesis of Computer Vision.
This project requires the following Python packages:
torch
torch-geometric
matplotlib
seaborn
numpy
scikit-learn
open3d
networkx
tqdm
To set up the project environment, follow these steps:
- Set up a virtual environment:
python -m venv myenv source myenv/bin/activate
- Create a requirements.txt file: Create a file named requirements.txt in the project directory and add the library requirements
- Install required packages:
pip install -r requirements.txt