Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
global linking
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Filip Lux
global linking
Commits
9ba5eb67
There was an error fetching the commit references. Please try again later.
Commit
9ba5eb67
authored
1 year ago
by
Filip Lux
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c7ace223
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+42
-12
42 additions, 12 deletions
README.md
with
42 additions
and
12 deletions
README.md
+
42
−
12
View file @
9ba5eb67
...
...
@@ -3,20 +3,50 @@
Project to provide Global linking of cell detection, based on the EmbedTrack method.
## Steps to Complete the Repository
-
[ ] [include the EmbedTrack library]
-
[ ] [add a call EmbedTrack inference procedure from outside the library]
-
[ ] [add a call of the tracking procedure]
-
[ ] [add visualization in a blender]
-
[ ] [complete instalation and requirements.txt]
-
[ ] [document how the package is used]
-
[ ] [add CTC evaluation]
***
## Instalation
First, clone the repository and update all its submodules. These are EmbedTrack an LibCT
```
bash
git clone https://gitlab.fi.muni.cz/xlux/global-linking.git
git submodule update
--init
--recursive
```
Load dataset CTC
`BF-C2DL-HSC`
to directory
`DATA`
.
The final structure should should be following:
```
# Structure of training data directory
--DATA
-- 'SUBSET' # Subset is 'train' or 'challenge'
-- 'DATASET_NAME' # Name of dataset e.g. 'BF-C2DL-HSC
-- config.yml # Deepwater configuration file
-- 01 # YY - name of sequence, a two digit number, e.g. '01', '02'
-- t000.tif
-- t001.tif
...
-- tXXX.tif
-- 01_GT # GT, 'train' subset only
-- SEG # segmentation reference
-- man_seg000.tif
...
-- man_segXXX.tif
-- TRA # tracking reference
-- man_track000.tif
...
-- man_trackXXX.tif
-- man_track.txt
```
Open the notebook
```
bash
./run_notebook.sh
```
## Description
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment