Skip to content

Commit

Permalink
Remarks are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eizamaliev committed Dec 17, 2019
1 parent 7ef73a1 commit 42f6bb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions demos/tests/data_sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
image_net_arg('00000020'),
],

'brain-tumor-nifti': [
brats_arg('BRATS_485.nii.gz'),
],

'face-detection-adas': [
image_net_arg('00000002'),
image_net_arg('00000032'),
Expand Down Expand Up @@ -83,6 +87,10 @@
image_net_arg('00048311'),
],

'image-retrieval-video': [
image_retrieval_arg('4946fb41-9da0-4af7-a858-b443bee6d0f6.dav'),
],

'instance-segmentation': [
image_net_arg('00000001'),
image_net_arg('00000002'),
Expand Down Expand Up @@ -219,12 +227,4 @@
image_net_arg('00037128'),
image_net_arg('00048316'),
],

'brain-tumor-nifti': [
brats_arg('BRATS_485.nii.gz'),
],

'image-retrieval-video': [
image_retrieval_arg('4946fb41-9da0-4af7-a858-b443bee6d0f6.dav'),
]
}
2 changes: 1 addition & 1 deletion demos/tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Test script for the demos.
For the tests to work, the test data directory must contain:
* a "BraTS" subdirectory with BraTS 2017 dataset in NIFTI format (see http://medicaldecathlon.com,
* a "BraTS" subdirectory with brain tumor dataset in NIFTI format (see http://medicaldecathlon.com,
https://drive.google.com/open?id=1A2IU8Sgea1h3fYLpYtFb2v7NYdMjvEhU);
* a "ILSVRC2012_img_val" subdirectory with the ILSVRC2012 dataset;
* a "Image_Retrieval" subdirectory with image retrieval dataset (images, videos) (see https://github.com/19900531/test)
Expand Down

0 comments on commit 42f6bb1

Please sign in to comment.