docker pull arcturusnetworks/acusight-preload && docker run --rm --network host arcturusnetworks/acusight-preload
Creates two demo projects with datasets and models that appear as if trained within AcuSight:
Idempotent: Safe to run multiple times - skips existing projects and models.
| Variable | Default | Description |
|---|---|---|
ACUSIGHT_API | http://localhost:8080/api | AcuSight API endpoint |
MLFLOW_TRACKING_URI | http://localhost:5000 | MLFlow tracking server |
MINIO_ENDPOINT | localhost:9010 | MinIO endpoint |
POSTGRES_HOST | localhost | PostgreSQL host |
docker run --rm --network host \
-e ACUSIGHT_API="http://192.168.1.100:8080/api" \
-e MLFLOW_TRACKING_URI="http://192.168.1.100:5000" \
arcturusnetworks/acusight-preload
--network host)| Project | Dataset | Classes | Models |
|---|---|---|---|
| Bottles | pill-bottles | label-ok, label-bad, plain-bottle | Pill Bottle Detection v1 |
| Glands | glands | 0, 1, 2, 3 | White Gland v1, Blue-White Gland v2 |
Content type
Image
Digest
sha256:777805a96…
Size
147.5 MB
Last updated
5 months ago
docker pull arcturusnetworks/acusight-preload