Skip to content

KernelA/made-ml-demo-app-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1003033 · Jan 23, 2021

History

52 Commits
Dec 19, 2020
Jan 22, 2021
Jan 23, 2021
Jan 22, 2021
Jan 23, 2021
Jan 22, 2021
Jan 23, 2021
Jan 22, 2021
Dec 19, 2020
Dec 17, 2020
Jan 16, 2021
Dec 19, 2020
Dec 17, 2020
Jan 22, 2021
Jan 17, 2021
Jan 23, 2021
Jan 23, 2021
Jan 23, 2021
Jan 22, 2021
Dec 17, 2020
Jan 23, 2021
Jan 23, 2021

Repository files navigation

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.