Skip to content

Releases: hdr-bgnn/BGNN-trait-segmentation

Use models from Hugging Face

25 Jul 14:16
e8cec0d
Compare
Choose a tag to compare

Dataverse Download version

22 Sep 15:28
68cc0f4
Compare
Choose a tag to compare

In this release, the model weights for the 2 models we are using are store at osu on the datacommun.
The model weights are downloaded using pydataverse python module.

version with 3 main function options

21 Jul 16:09
ab4c3dc
Compare
Choose a tag to compare

Update of the main function:
3 fucntions, 3 modes:
no rescale
rescale to ratio
rescale to origin

change permission of segmentation_main.py

02 Jun 21:25
454a7df
Compare
Choose a tag to compare

we change the permission of segmentation_main.py so the segmentation_main.py can be directly from the container using the following usage : singularity exec image_name.sif segmentation_main.py

Change resize Interpolation

27 May 22:20
6c0cc9a
Compare
Choose a tag to compare

Fix the resize interpolation so that the segments of the different traits have hard edges. It removes intermediate values at the interface between 2 traits.

1rs release for trait segmentation

24 Apr 20:22
ccecb64
Compare
Choose a tag to compare

This release contained the current working version of trait segmentation, Dockerfile to build the container via github action.
For more detail refer to README.md