Skip to content

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

Notifications You must be signed in to change notification settings

scagiu99/Master-thesis-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages