-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a4cf22
commit 3004d69
Showing
13 changed files
with
91 additions
and
56 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
|
||
CUDA_VISIBLE_DEVICES=4 python cars-196/car_extract_feature.py # sampling for test set | ||
python cars-196/augment_images.py | ||
CUDA_VISIBLE_DEVICES=4 python cars-196/car_binary_classify.py # binary classification | ||
|
||
CUDA_VISIBLE_DEVICES=4 python cars-196/car_extract_feature_for_reranking.py # sampling for reranking | ||
CUDA_VISIBLE_DEVICES=4,5 python cars-196/car_reranking.py # reranking |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
|
||
CUDA_VISIBLE_DEVICES=4 python cub-200/cub_extract_feature.py # sampling for test set | ||
python cub-200/augment_images.py | ||
CUDA_VISIBLE_DEVICES=4 python cub-200/cub_binary_classify.py # binary classification | ||
|
||
CUDA_VISIBLE_DEVICES=4 python cub-200/cub_extract_feature_for_reranking.py # sampling for reranking | ||
CUDA_VISIBLE_DEVICES=4,5 python cub-200/cub_reranking.py # reranking |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
|
||
CUDA_VISIBLE_DEVICES=4 python stanford-dogs/dogs_extract_feature.py # sampling for test set | ||
python stanford-dogs/augment_images.py | ||
CUDA_VISIBLE_DEVICES=4 python stanford-dogs/dogs_binary_classify.py # binary classification | ||
|
||
CUDA_VISIBLE_DEVICES=4 python stanford-dogs/dogs_extract_feature_for_reranking.py # sampling for reranking | ||
CUDA_VISIBLE_DEVICES=4,5 python stanford-dogs/dogs_reranking.py # reranking |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
|
||
CUDA_VISIBLE_DEVICES=4 python cub-200/cub_extract_feature.py # sampling | ||
python cub-200/augment_images.py | ||
CUDA_VISIBLE_DEVICES=4,5 python cub-200/cub_image_comparator_training.py # train |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
|
||
CUDA_VISIBLE_DEVICES=4 python stanford-dogs/dogs_extract_feature.py | ||
python stanford-dogs/augment_images.py | ||
CUDA_VISIBLE_DEVICES=4,5 python stanford-dogs/dogs_image_comparator_training.py # train |