-
Notifications
You must be signed in to change notification settings - Fork 4
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
d69da71
commit d5f92e1
Showing
18 changed files
with
1,805 additions
and
7 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
Empty file.
Binary file added
BIN
+40 Bytes
...llation/exp/ade20k/pspnet50/model/events.out.tfevents.1626524173.xjqi-System-Product-Name
Binary file not shown.
Binary file added
BIN
+4.51 KB
...llation/exp/ade20k/pspnet50/model/events.out.tfevents.1626524600.xjqi-System-Product-Name
Binary file not shown.
Binary file added
BIN
+40 Bytes
...llation/exp/ade20k/pspnet50/model/events.out.tfevents.1626595359.xjqi-System-Product-Name
Binary file not shown.
Binary file added
BIN
+9.41 KB
...llation/exp/ade20k/pspnet50/model/events.out.tfevents.1626595507.xjqi-System-Product-Name
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
3d-2d-distillation/exp/scannet/ade20k/model/train-20210718_160231.log
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,10 @@ | ||
Traceback (most recent call last): | ||
File "tool/train.py", line 487, in <module> | ||
main() | ||
File "tool/train.py", line 84, in main | ||
args = get_parser() | ||
File "tool/train.py", line 34, in get_parser | ||
cfg = config.load_cfg_from_cfg_file(args.config) | ||
File "/media/sdb/lzz/release2/3D-to-2D-Distillation-for-Indoor-Scene-Parsing/3d-2d-distillation/util/config.py", line 63, in load_cfg_from_cfg_file | ||
'{} is not a yaml file'.format(file) | ||
AssertionError: config/scannet/scannet_ade20k.yaml is not a yaml file |
10 changes: 10 additions & 0 deletions
10
3d-2d-distillation/exp/scannet/ade20k/result/test-20210718_160231.log
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,10 @@ | ||
Traceback (most recent call last): | ||
File "tool/test.py", line 282, in <module> | ||
main() | ||
File "tool/test.py", line 70, in main | ||
args, dataset_name = get_parser() | ||
File "tool/test.py", line 27, in get_parser | ||
cfg = config.load_cfg_from_cfg_file(args.config) | ||
File "/media/sdb/lzz/release2/3D-to-2D-Distillation-for-Indoor-Scene-Parsing/3d-2d-distillation/util/config.py", line 63, in load_cfg_from_cfg_file | ||
'{} is not a yaml file'.format(file) | ||
AssertionError: config/scannet/scannet_ade20k.yaml is not a yaml file |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/sh | ||
PARTITION=gpu | ||
PYTHON=python | ||
|
||
dataset=$1 | ||
exp_name=$2 | ||
exp_dir=exp/${dataset}/${exp_name} | ||
model_dir=${exp_dir}/model | ||
result_dir=${exp_dir}/result | ||
config=config/${dataset}/${dataset}_${exp_name}.yaml | ||
now=$(date +"%Y%m%d_%H%M%S") | ||
|
||
mkdir -p ${model_dir} ${result_dir} | ||
cp tool/train.sh tool/train.py ${config} ${exp_dir} | ||
|
||
export PYTHONPATH=./ | ||
#sbatch -p $PARTITION --gres=gpu:8 -c16 --job-name=train \ | ||
$PYTHON -u tool/train.py \ | ||
--config=${config} \ | ||
2>&1 | tee ${model_dir}/train-$now.log | ||
|
||
#sbatch -p $PARTITION --gres=gpu:1 -c2 --job-name=test \ | ||
$PYTHON -u tool/test.py \ | ||
--config=${config} \ | ||
2>&1 | tee ${result_dir}/test-$now.log |
Empty file.
318 changes: 318 additions & 0 deletions
318
3d-2d-distillation/exp/scannet/pspnet50/result/test-20210717_201420.log
Large diffs are not rendered by default.
Oops, something went wrong.
318 changes: 318 additions & 0 deletions
318
3d-2d-distillation/exp/scannet/pspnet50/result/test-20210717_201523.log
Large diffs are not rendered by default.
Oops, something went wrong.
312 changes: 312 additions & 0 deletions
312
3d-2d-distillation/exp/scannet/pspnet50/result/test-20210717_201611.log
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
318 changes: 318 additions & 0 deletions
318
3d-2d-distillation/exp/scannet/pspnet50/result/test-20210718_160238.log
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
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