Illegal Dump Site Detection System
Training System User Guide
Table of Contents
- Introduction
- Getting Started
- Creating a New Training Run
- Monitoring Training Progress
- Managing Trained Models
- Troubleshooting
Introduction
The Illegal Dump Site Detection System helps you train AI models to detect waste in images. This guide will walk you through the process of creating and managing training runs, and working with trained models.
Getting Started
Prerequisites
- Valid system account with appropriate permissions
- Prepared dataset for training
- Base model for transfer learning (if performing fine-tuning)
Required Permissions
To use the training system, you need one or more of these permissions:
- Create Training Run
- Schedule Training Run
- View Training Runs
- Delete Training Run
- Publish Training Run Model
Creating a New Training Run
Step 1: Initialize New Training
- Navigate to the Training section
- Click "Create New Training Run"
- You'll be presented with the training setup form
Step 2: Configure Training
Fill in the required information:
- Name: Give your training run a descriptive name
- Dataset: Select the dataset you want to use
- Base Model: Choose a pre-trained model to start from
Step 3: Start Training
- Review your settings
- Click "Schedule Training Run"
- The system will validate your inputs and start the process
⚠️ Important: Once training starts, it may take several hours to complete depending on your dataset size and configuration.
Monitoring Training Progress
Viewing Training Status
Training runs can have the following statuses:
- Waiting: Training is queued
- Processing: Training is actively running
- Success: Training completed successfully
- Error: Training encountered an error
Checking Training Progress
- Navigate to the Training Runs list
- Find your training run
- The status will update automatically
- Click on a training run to view detailed progress
Error Handling
If your training run encounters an error:
- Click on the training run
- Look for the error message
- Review the error logs for details
- You may need to start a new training run with adjusted parameters
Managing Trained Models
Reviewing Results
After successful training:
- Navigate to the Trained Models section
- Find your newly created model
- Review the training metrics and performance
Publishing Models
To make a model available for detection:
- Select the trained model
- Click "Publish Model"
- Confirm the publication
📝 Note: Only publish models that have been properly validated and meet your performance requirements.
Model Management
You can:
- View all trained models
- Check model details and configurations
- See which dataset was used
- Track model lineage (base model relationships)
Troubleshooting
Common Issues
Training Won't Start
- Check if you have the necessary permissions
- Verify dataset is properly prepared
- Ensure base model is accessible
Training Fails
- Check the error message
- Review the training logs
- Common causes:
- Dataset format issues
- Resource constraints
- Configuration problems
Model Won't Publish
- Ensure training completed successfully
- Check you have publish permissions
- Verify model meets quality requirements
Getting Help
If you encounter issues:
- Check the error messages
- Review the logs
- Contact system administrators with:
- Training Run ID
- Error messages
- Steps to reproduce
Best Practices
Training Tips
- Use descriptive names for training runs
- Start with smaller datasets to validate configuration
- Monitor training progress regularly
- Keep track of successful configurations
Model Management
- Document model changes and improvements
- Test models before publishing
- Maintain a clear model versioning strategy
- Archive unused models
Quick Reference
Training Run Controls
- Create New Training ➜ Starts new training setup
- Schedule Training ➜ Begins training process
- Delete Training ➜ Removes training run
- View Details ➜ Shows training information
- Publish Model ➜ Makes model available for use
Status Indicators
- 🟡 Waiting - Training is queued
- 🔵 Processing - Training is running
- ✅ Success - Training completed
- ❌ Error - Training failed
Need more help? Contact your system administrator or refer to the technical documentation.