This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:internetofthings:objectdetection [2021/01/25 09:00] – created scipio | projects:internetofthings:objectdetection [2021/01/26 07:41] (current) – [Watsor] scipio | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Watsor ===== | ===== Watsor ===== | ||
| - | * [[watsor|https:// | + | * [[https:// |
| - | * [[coral accelerator|https:// | + | * [[https:// |
| + | install | ||
| + | < | ||
| + | yay -S python-tensorflow-cuda | ||
| + | python -mvenv --system-site-packages venv | ||
| + | source venv/ | ||
| + | pip install wheel | ||
| + | pip install typing-extensions | ||
| + | pip install tensorboard | ||
| + | pip install grpcio | ||
| + | pip install tensorrt | ||
| + | git clone https:// | ||
| + | pip install -e watsor.git | ||
| + | </ | ||
| + | install models from https:// | ||
| + | < | ||
| + | mkdir model | ||
| + | wget https:// | ||
| + | </ | ||