Skip to main content

MLCVZoo MMDetection Package

Project description

MLCVZoo MMDetection

The MLCVZoo is an SDK for simplifying the usage of various (machine learning driven) computer vision algorithms. The package mlcvzoo_mmdetection is the wrapper module for the mmdetection framework.

Install for developer

Clone repository

cd YOUR_PATH
git clone git@git.openlogisticsfoundation.org:silicon-economy/base/ml-toolbox/mlcvzoo-models/mlcvzoo-mmdetection.git
cd mlcvzoo-mmdetection

Create python environment

virtualenv .venv
source .venv/bin/activate
source build.sh install --no-root

For VSCode IDE add the relevant environment variables in .venv/bin/activate.

export PYTHONPATH=PARENT_OF_YOUR_REPOSITORY
# The MMDETECTION_DIR is needed in our unit tests for defining the
# path to the configuration files of mmdetection. Since mmdet v2.15.0
# the configuration are stored in the mmdet/.mim/ folder of the installed
# mmdet package in your python environment. For older versions a specific checkout
# is needed.
export MMDETECTION_DIR="$VIRTUAL_ENV/lib/python3.10/site-packages/mmdet/.mim/"

Install for package users

The following command installs the mlcvzoo-mmdetection package, however we recommend to have a look at the ./build.sh script. It is gathering all fixes that are needed to setup a running python environment.

pip install mlcvzoo-mmdetection

Technology stack

  • Python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlcvzoo_mmdetection-6.5.1.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

mlcvzoo_mmdetection-6.5.1-py3-none-any.whl (28.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page