Skip to content

011000101101/VRAR_project

Repository files navigation

Usage

First run ./precompute/precompute.py to create binary blobs required by the system.

Classifier-Subsystem

./classifier_subsystem/model.py provides a framework to quickly train and evaluate a model.

./classifier_subsystem/knn.py creates a K-NearestNeighbour model, loads samples and trains and evaluates the model.

Additional models should be added in their own file analogous to ./classifier_subsystem/knn.py.

License

This work contains content from other creators subject to their own copyrights and licenses.

The specific license for each file, if differing from the general project license, can be found in a seperate license or readme file in the immediate subdirectory the file is located in.
The only exception to this are the contents of './resources/fonts/', where additional licenses may apply even if they are not explicitly included, but all content inside './resources/fonts/' is cleared for non-commercial and commercial use.

When building upon this project all 3rd party licenses have to be respected.

This project itself with all its original content, as long as no differing license is stated by the convention defined above, is subject to the MIT License.

SPDX-License-Identifier: MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages