BubbleID Framework
Project description
This package is for analyzing pool boiling images and is from the paper: BubbleID:A deep learning framework for bubble interface dynamics analysis. It combines tracking, segmentation, and classification models and is trained on manually labeled pool boiling data. It is used for departure classification, velocity interface prediction, bubble statistics extraction.
- This is an updated version of BubbleID for the past version please see here.
Installation:
- First download and install the latest Microsoft C++ Build Tools
- Create a new enviroment with python 3.10, we used anaconda
- Update dependences:
pip install --upgrade pip setuptools wheel
- Install detectron2:
pip install git+https://github.com/facebookresearch/detectron2
- Install Additional Dependencies:
pip install numpy==1.23 opencv-python filterpy super-gradients
- Install BubbleID:
pip install bubbleid
Using the BubbleID Framework:
The BubbleID framework has pretrained models for our in lab pool boiling images. This section goes over how to use these models to analyze image data. These models may need finetuning with your own data. More on this is provided later.
| Model | Weights | Description |
|---|---|---|
| Instance Segmentation | Link | Model weights for the instance segmentation model. |
| Classification | Link | Model weights for the departure classification model. |
For the model both an avi video and corresponding .jpg images of each frame must be provided.
Tutorials
- For convience, tutorials are provided in the github to demonstrate how to use BubbleID to generate your own data.
- The tutorials use the testing data found here:
Training your own model:
- Annotate image data, Lableme was used for our dataset.
- Convert labelme dataset to yolo format
- Run training
- See Using the BubbleID Framework but use your new model weights
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bubbleid-0.0.7.tar.gz.
File metadata
- Download URL: bubbleid-0.0.7.tar.gz
- Upload date:
- Size: 37.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef08cddbb551ca1a75f75ac2d8a7bb64abb81893bef026b6325882fbfd2893b1
|
|
| MD5 |
d0b0b4e1a2e27874691abb2ff403d6a7
|
|
| BLAKE2b-256 |
63ef9079a5469e88cca1a5a418c44f085991cef365bff966dbfbfca024fb3453
|
File details
Details for the file bubbleid-0.0.7-py3-none-any.whl.
File metadata
- Download URL: bubbleid-0.0.7-py3-none-any.whl
- Upload date:
- Size: 38.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d538da626e4c999b9261aa9fb119679e78ac952cdc4d7e469b8e5088fcd0605
|
|
| MD5 |
66a6f72298869ece7fbe773e9e447620
|
|
| BLAKE2b-256 |
c3780684b4b382dcc5c25aaf76912f54faacb684578d9f2d3e2fc3bdd6146162
|