Views
No views yet
post-discharge-channel.pt is a YOLO26 segmentation model trained to identify post-discharge channels in shadowgraph images. The predicted masks can be used to measure channel area, dimensions, deformation, displacement, and lifetime in high-speed experimental recordings.post_discharge_channel_segmentation_yolo26.py processes PNG and JPG frames in alphabetical order. It saves frames with segmentation masks, creates an MP4 video, calculates mask area versus time, exports the measurements to CSV, generates a plot with a moving-median trend, and creates a 4×4 grid of selected frames.1post_discharge_channel_segmentation_yolo26.py
2post-discharge-channel.pt
3frames/1pip install -U ultralytics opencv-python numpy matplotlib scipy
2python post_discharge_channel_segmentation_yolo26.py