Huoyuan Tan

Results 8 comments of Huoyuan Tan

I got the same issue when using Qt5.5.1(Install using apt-get install qt5-default), but OpenCV3.3.1, Ubuntu16.04 and Qt5.9 work for me.

@Eromera Thanks for your response. I clone the newest code on github repeatly and train again without other changes except adding some print code, but I met the same error:...

Hi, I also use the latest pytorch version 0.2 which installed from the source code using `python3.6 setup.py install`, but when I install it ask me to install cndnn6: `In...

@Eromera Thanks, I found that maybe I don't need to install NCCL when using CUDA8.0: ![gpu](https://user-images.githubusercontent.com/14145396/33117174-6bf4120a-cfa2-11e7-9c5e-44a6ba2d61a5.png) But with CUDA9.0, I will try your advise. Thanks!!

Hi, you can make a directory under `src` named `tmp,` and set the `-save_img` option in main.lua to true and fix some bug in function `save_png` of script runner.lua(such as...

@LUCASLLA Hi, you can make a directory under `src` named `tmp`, and set the `-save_img` option in main.lua to true and fix some bug in function save_png of script runner.lua(such...

@LUCASLLA Hi, I run `th main.lua -ds kitti -a test -m fast -mc resmatch -mcnet ../pretrained/kitti2012_resmatch_fast/mc/kitti_resmatch_fast_LL_rgb_all_net.t7 -dispnet ../pretrained/kitti2012_resmatch_fast/disparity/net_reflective_kitti_resmatch_fast_LL_rgb_all_net.t7 -gpu 1` for inference and it took about 5 GB gpu memory...

@BruceJKHuang Hi, when you load the pre-trained model such as `seq_00_epoch_11_best.pth.tar`, the `saved_data` is dictionary-like struct which have key `kitti_config`, and `kitti_config` also is dictionary-like struct which have key `kitti_data_file`:...