W-Stereo-Disp icon indicating copy to clipboard operation
W-Stereo-Disp copied to clipboard

Data loading problem

Open xhangHU opened this issue 3 years ago • 0 comments

When I use docker running on the server, I will encounter the following situation. I am stuck at this step. I still have not proceeded to the next step after two days. Reconfiguration of the environment and other methods are invalid. Can you help me?

root@c860f179a9eb:~/smd/WDSDE/W-Stereo-Disp# python ./src/main_depth.py -c src/configs/kitti_w1.config --resume ./results/sdn_kitti_trainval/checkpoint.pth.tar --datapath ./KITTI/testing/ --data_list=./split/test.txt --generate_depth_map --data_tag test TPQAWUTNB [2021-08-02 05:34:23 main_depth.py:165] INFO api_key: TPQAWUTNB [2021-08-02 05:34:23 main_depth.py:165] INFO arch: stackhourglass_volume [2021-08-02 05:34:23 main_depth.py:165] INFO btrain: 12 [2021-08-02 05:34:23 main_depth.py:165] INFO bval: 4 [2021-08-02 05:34:23 main_depth.py:165] INFO calib_value: 1017 [2021-08-02 05:34:23 main_depth.py:165] INFO checkpoint_interval: -1 [2021-08-02 05:34:23 main_depth.py:165] INFO config: src/configs/kitti_w1.config [2021-08-02 05:34:23 main_depth.py:165] INFO data_list: ./split/test.txt [2021-08-02 05:34:23 main_depth.py:165] INFO data_tag: test [2021-08-02 05:34:23 main_depth.py:165] INFO data_type: depth [2021-08-02 05:34:23 main_depth.py:165] INFO datapath: ./KITTI/testing/ [2021-08-02 05:34:23 main_depth.py:165] INFO dataset: kitti [2021-08-02 05:34:23 main_depth.py:165] INFO depth_wise_loss: False [2021-08-02 05:34:23 main_depth.py:165] INFO down: 2 [2021-08-02 05:34:23 main_depth.py:165] INFO dynamic_bs: False [2021-08-02 05:34:23 main_depth.py:165] INFO epochs: 300 [2021-08-02 05:34:23 main_depth.py:165] INFO eval_interval: 50 [2021-08-02 05:34:23 main_depth.py:165] INFO evaluate: False [2021-08-02 05:34:23 main_depth.py:165] INFO generate_depth_map: True [2021-08-02 05:34:23 main_depth.py:165] INFO kitti2015: False [2021-08-02 05:34:23 main_depth.py:165] INFO losswise_tag: finetune_w1_fix [2021-08-02 05:34:23 main_depth.py:165] INFO lr: 0.001 [2021-08-02 05:34:23 main_depth.py:165] INFO lr_gamma: 0.1 [2021-08-02 05:34:23 main_depth.py:165] INFO lr_stepsize: [200] [2021-08-02 05:34:23 main_depth.py:165] INFO maxdepth: 80 [2021-08-02 05:34:23 main_depth.py:165] INFO maxdisp: 192 [2021-08-02 05:34:23 main_depth.py:165] INFO pretrain: ./results/checkpoint.pth.tar [2021-08-02 05:34:23 main_depth.py:165] INFO resume: ./results/sdn_kitti_trainval/checkpoint.pth.tar [2021-08-02 05:34:23 main_depth.py:165] INFO save_path: ./results/kitti_w1_train [2021-08-02 05:34:23 main_depth.py:165] INFO scale: 1 [2021-08-02 05:34:23 main_depth.py:165] INFO split_train: ./split/train.txt [2021-08-02 05:34:23 main_depth.py:165] INFO split_val: ./split/subval.txt [2021-08-02 05:34:23 main_depth.py:165] INFO start_epoch: 0 [2021-08-02 05:34:23 main_depth.py:165] INFO w_p: 1 [2021-08-02 05:34:23 main_depth.py:165] INFO warmup_epochs: 0 [2021-08-02 05:34:23 main_depth.py:209] INFO Number of model parameters: 5310496 [2021-08-02 05:34:28 main_depth.py:219] INFO => loading pretrain './results/checkpoint.pth.tar' [2021-08-02 05:34:28 main_depth.py:227] INFO => loading checkpoint './results/sdn_kitti_trainval/checkpoint.pth.tar' [2021-08-02 05:34:29 main_depth.py:235] INFO => loaded checkpoint './results/sdn_kitti_trainval/checkpoint.pth.tar' (epoch 300) 0%| | 0/1880 [00:00<?, ?it/s]

xhangHU avatar Aug 02 '21 07:08 xhangHU