Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 703 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 703 Bytes

Computer Vision Project

Project for the University Master Degree Course and Thesis of Computer Vision.

Requirements

This project requires the following Python packages:

  • torch
  • torch-geometric
  • matplotlib
  • seaborn
  • numpy
  • scikit-learn
  • open3d
  • networkx
  • tqdm

Installation

To set up the project environment, follow these steps:

  1. Set up a virtual environment:
    python -m venv myenv
    source myenv/bin/activate
  2. Create a requirements.txt file: Create a file named requirements.txt in the project directory and add the library requirements
  3. Install required packages:
    pip install -r requirements.txt