Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 682 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 682 Bytes

3D object classification

Descriptions

This repository contains code for demo app

Requirements

  1. Python 3.7 or higher.
  2. Anaconda
  3. CUDA 10.2 or higher. You can use also CUDA 10.1 and 10.0 but file with environment require modification of dependencies.
  4. Git LFS

How to run

Create new conda environment:

conda env create -n env_name --file ./conda-env.yml
conda activate env_name

This project use DVC as data version system. You can see all pipeline:

dvc dag

For model training:

dvc repro export_model

Note, full reproducibility is not guaranteed.

Final weights are stored in Git LFS.