Skip to content

A Learning Based Formulation of Parametric Curve Fitting for Bioimage Analysis.

License

Notifications You must be signed in to change notification settings

uhlmanngroup/cpnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPNet

A Learning Based Formulation of Parametric Curve Fitting for Bioimage Analysis.

model.py contains the network design.
loss.py contains the loss function for training.
Run training.py for training.
Run test.py for testing.

We provide trained weights for the network for quick testing on BBBC038 in the checkpoints folder. We also provide the dataset. For using over a new dataset, just replace the imgs_train.npy (training images), contours_train.npy (training labels), imgs_test.npy (test images), and contours_test.npy (test labels) with relevant files.

Requirements -
numpy
Tensorflow 1.14

About

A Learning Based Formulation of Parametric Curve Fitting for Bioimage Analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages