Skip to content

Meta's Mask R-CNN wrapper for track detection on CR39 scans.

Notifications You must be signed in to change notification settings

CR39-analysis/RecoilNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecoilNet

kccm_image

RecoilNet is a wrapper for Meta's Mask R-CNN designed for efficient track detection on CR39 scans.
It provides a streamlined interface for detecting tracks on CR39 detectros scans with high accuracy and speed.


  • 🧩 Supports HPC workflows with easyHPC.

Remember to download the pre-trained model
and place it inside the models/ directory:

📥 Installation

  1. Clone the repository (with submodules):
   git clone --recurse-submodules https://github.com/yourusername/RecoilNet.git
   cd RecoilNet

If you already cloned without submodules, run:

  git submodule update --init --recursive  
  1. Install the packages:
  pip install -r requirements.txt
  1. Install Detectron2:
  python -m pip install --no-build-isolation 'git+https://github.com/facebookresearch/detectron2.git'

4 Run the application:

  python main.py

About

Meta's Mask R-CNN wrapper for track detection on CR39 scans.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published