Skip to content

Commit

Permalink
Removing website.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeroo authored Aug 27, 2024
2 parents 0b93011 + 0c063d9 commit 27ac785
Show file tree
Hide file tree
Showing 67 changed files with 6 additions and 6,649 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
**/*.bin

venv/

.python-version
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
![DepthAI-Model-Zoo](https://user-images.githubusercontent.com/56075061/141786001-33055085-693f-4a7b-a359-90adb5f3509d.png)


DepthAI Model Zoo is a collection of open-source neural network models and datasets created and maintained by DepthAI developers and the community. A web interface for easier navigation is available at [zoo.luxonis.com](https://zoo.luxonis.com).
DepthAI Model Zoo is a collection of open-source neural network models and datasets created and maintained by DepthAI developers and the community.

We try to provide already converted latest state-of-the-art models ready for use with DepthAI and our OAK cameras. Most models are accompanied by additional metadata (FPS, accuracy, number of parameters, and FLOPs) and links to the experiments that show the example usage of each model.

Models in DepthAI Model ZOO should be in **BGR color order** and **CHW (planar) channel layout**. You can change these values with [Model Optimizer's](https://docs.openvino.ai/2022.1/openvino_docs_MO_DG_Additional_Optimization_Use_Cases.html) `--layout` and `reverse_input_channels` arguments.

## Usage

You can download each model from our [web interface](https://zoo.luxonis.com/). Alternatively, you can use the [blobconverter](https://github.com/luxonis/blobconverter) API:
To use the models on camera, use [blobconverter](https://github.com/luxonis/blobconverter) API:

1. install `blobconverter` using `pip`:
```
Expand Down
52 changes: 0 additions & 52 deletions website/README.MD

This file was deleted.

65 changes: 0 additions & 65 deletions website/gulpfile.js

This file was deleted.

25 changes: 0 additions & 25 deletions website/package.json

This file was deleted.

55 changes: 0 additions & 55 deletions website/populate_website.py

This file was deleted.

2 changes: 0 additions & 2 deletions website/requirements.txt

This file was deleted.

Binary file removed website/src/assets/4729639fa46698977c31dca9a5bc85d8.png
Binary file not shown.
141 changes: 0 additions & 141 deletions website/src/css/common.css

This file was deleted.

Loading

0 comments on commit 27ac785

Please sign in to comment.