How to transfer an event detection model
This guide shows you how to export a trained event detection model for use on another machine.
Reference keys: Event, Signal, Model
Context
Event detection models (used for spotting peaks or specific signal patterns) are saved in the celldetective/models directory. You can transfer them to other computers to reuse the same analysis parameters.
Step 1: Locate the model
Navigate to your Celldetective installation folder.
Go to celldetective/models/signal_detection. * For paired signals (two channels), look in models/pair_signal_detection.
Find the folder matching your model’s name.
Step 2: Export the model
Compress the folder: Create a .zip archive of the model folder.
Transfer this file to the destination computer.
Step 3: Import on the target machine
Unzip the model folder.
Place it manually into the corresponding directory on the target machine: * celldetective/models/signal_detection (for single signals) * celldetective/models/pair_signal_detection (for paired signals)
Restart Celldetective.
The model will now appear in the dropdown menu of the Event Detection module.