This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename data-images * move figures * docs preview * update config
- Loading branch information
Showing
60 changed files
with
168 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
mkdir ./results | ||
python benchmarks/bm_registration.py \ | ||
-t data_images/pairs-imgs-lnds_histol.csv -d ./data_images \ | ||
-t data-images/pairs-imgs-lnds_histol.csv -d ./data-images \ | ||
-o ./results --unique | ||
Copyright (C) 2016-2019 Jiri Borovec <[email protected]> | ||
|
@@ -77,7 +77,7 @@ class ImRegBenchmark(Experiment): | |
>>> # Running in single thread: | ||
>>> from birl.utilities.data_io import create_folder, update_path | ||
>>> path_out = create_folder('temp_results') | ||
>>> path_csv = os.path.join(update_path('data_images'), 'pairs-imgs-lnds_mix.csv') | ||
>>> path_csv = os.path.join(update_path('data-images'), 'pairs-imgs-lnds_mix.csv') | ||
>>> params = {'path_table': path_csv, | ||
... 'path_out': path_out, | ||
... 'nb_workers': 1, | ||
|
@@ -92,7 +92,7 @@ class ImRegBenchmark(Experiment): | |
>>> # Running in multiple parallel threads: | ||
>>> from birl.utilities.data_io import create_folder, update_path | ||
>>> path_out = create_folder('temp_results') | ||
>>> path_csv = os.path.join(update_path('data_images'), 'pairs-imgs-lnds_mix.csv') | ||
>>> path_csv = os.path.join(update_path('data-images'), 'pairs-imgs-lnds_mix.csv') | ||
>>> params = {'path_table': path_csv, | ||
... 'path_out': path_out, | ||
... 'nb_workers': 2, | ||
|
@@ -938,7 +938,7 @@ def filter_paired_landmarks(item, path_dataset, path_reference, col_source, col_ | |
:param str col_target: column name of landmarks to be compared | ||
:return tuple(float,ndarray,ndarray): match ratio, filtered ref and move landmarks | ||
>>> p_data = update_path('data_images') | ||
>>> p_data = update_path('data-images') | ||
>>> p_csv = os.path.join(p_data, 'pairs-imgs-lnds_histol.csv') | ||
>>> df = pd.read_csv(p_csv) | ||
>>> ratio, lnds_ref, lnds_move = filter_paired_landmarks(dict(df.iloc[0]), p_data, p_data, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
Sample run:: | ||
python create_real_synth_dataset.py \ | ||
-i ../data_images/images/Rat-Kidney_HE.jpg \ | ||
-l ../data_images/landmarks/Rat-Kidney_HE.csv \ | ||
-i ../data-images/images/Rat-Kidney_HE.jpg \ | ||
-l ../data-images/landmarks/Rat-Kidney_HE.csv \ | ||
-o ../output/synth_dataset --visual | ||
Copyright (C) 2016-2019 Jiri Borovec <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.