Aquarium
  • Getting Started
    • Intro to Aquarium
    • Key Concepts
    • Account Setup and Team Onboarding
    • Quickstart Guides
      • 2D Classification
      • 2D Object Detection
      • 2D Semantic Segmentation
    • Announcements
    • Python Client API Docs
  • Data Privacy
    • Data Sharing Methodologies
      • Generate Local Credentials from AWS
      • Generating Access-Controlled URLs
      • Granting Aquarium Read Access to an AWS S3 Bucket
    • Anonymous Mode
  • Integrating With Aquarium
    • Creating Projects in Aquarium
    • Uploading Data
      • Labeled Datasets
      • Model Inferences
      • Unlabeled Datasets
    • Exporting Data
      • Batch Exports
      • Webhooks
    • Updating Datasets
  • Working In Aquarium
    • Managing Projects
    • Viewing Your Dataset
    • Analyzing Your Metadata
    • Querying Your Dataset
    • Organizing Your Data
    • Inspecting Model Performance
    • Analyzing Model Inferences
    • Finding Similar Elements Within a Dataset
    • Comparing Models
  • Common End-To-End Workflows
    • Assess Data Quality
    • Collect Relevant Data
    • Evaluate Model Performance
  • Python SDK
    • Python Client API Docs
    • Working With the SDK
    • Code Snippets and Examples
      • Segments
      • Confusion Matrix Scripting
      • Collection Campaign Scripting
  • Advanced Concepts
    • Adding Custom Embeddings
    • Dataset Checkpoints
    • Collection Campaign Classifier
    • Embeddings
    • URL formatting
    • Metrics Methodology
    • Complex Label Class Maps
    • Webhooks
      • Integrating with Labeling Using Webhooks
    • Custom Metrics
      • Stratified Metrics
    • Troubleshooting
      • Troubleshooting Common Web Issues
Powered by GitBook
On this page
  • Explore Page
  • Issues
  • Specific Image

Was this helpful?

  1. Advanced Concepts

URL formatting

The urls to go to specific pages for your projects/datasets can be formed manually if you would like to generate the URLs for your workflows.

Explore Page

https://illume.aquariumlearning.com/projects/<project_name>/explore

Setting dataset/inferences/other inferences in URL

You can use the three fields to set dataset/inferences/other inferences in the URL:

dataset, inferences (optional), otherinferences (optional)

example:

https://illume.aquariumlearning.com/projects/<project_name>/explore?dataset=<datasetname>&inferences=<inference_set_name>&otherinferences=<other_inference_set_name>

Issues

https://illume.aquariumlearning.com/projects/<project_name>/issues

Specific Issue

https://illume.aquariumlearning.com/projects/<project_name>/issues/<issue_uuid>

Specific Image

Optional field: selectedLabel=<label_id>

https://illume.aquariumlearning.com/projects/<project_name>/explore/<project_name>.<dataset_name>/<frame_id>

PreviousEmbeddingsNextMetrics Methodology

Last updated 4 years ago

Was this helpful?