-
Notifications
You must be signed in to change notification settings - Fork 91
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
Showing
19 changed files
with
1,529 additions
and
2,289 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#! /bin/bash | ||
|
||
# export CUDA_VISIBLE_DEVICES='0' | ||
# source /home/kapok/pyenv35/bin/activate | ||
# cd /media/rs/0E06CD1706CD0127/Kapok/Chi/fashionAI/Codes | ||
python eval_all_cpn_onepass.py --run_on_cloud=False --backbone=seresnext50_cpn | ||
python eval_all_cpn_onepass.py --run_on_cloud=False --backbone=detnext50_cpn | ||
python eval_all_cpn_onepass.py --run_on_cloud=False --backbone=large_seresnext_cpn --train_image_size=512 --heatmap_size=128 | ||
python eval_all_cpn_onepass.py --run_on_cloud=False --backbone=large_detnext_cpn --train_image_size=512 --heatmap_size=128 | ||
|
||
# for training | ||
python train_senet_cpn_onebyone.py --run_on_cloud=False | ||
python train_detxt_cpn_onebyone.py --run_on_cloud=False | ||
python train_large_xt_cpn_onebyone.py --run_on_cloud=False --backbone=detxt | ||
python train_large_xt_cpn_onebyone.py --run_on_cloud=False --backbone=sext | ||
|
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.