Wei Peng

Results 17 comments of Wei Peng

Thanks very much @lorraine2 , read the code while forgot the paper. BTW, can you give your understanding about the motivation of the first part in eq. 5. What does...

> I have the same question.Do you solve the question? Finally, I found it. The reason is that the generate_model(opt) function, for any model, default to remove the last FC...

1. Download the pretrain model: resnext-101-kinetics-ucf101_split1.pt 2. Change the pretrain model path in the in the opts.py( or set from the command line) 3. Comment the lines I mentioned before...

Hi, have you found the pre-trained model or a good way to convert from the tensorflow model to pytorch?

Is there a scripts to download the models from Google Drive?

Do you build it successfully? I mean there isn't a CMakelist.txt . And in the #8, it said download external(https://github.com/xbpeng/DeepTerrainRL/releases/download/v1.0/TerrainRL-external-Linux.tar.gz) and extract it into DeepTerrainRL, do I also need do...

Thanks Neo-X, but I met a new problem while I builded it with make command, it's like this: external/caffe/build/src/caffe/proto/caffe.pb.h:17:2: error: #error This file was generated by an older version of...

@Neo-X can you please tell me the details about the build process,is it : 1. ubuntu 16, cd(change dir to home) ~$ git clone https://github.com/xbpeng/DeepTerrainRL.git 2. downloaded external(https://github.com/xbpeng/DeepTerrainRL/releases/download/v1.0/TerrainRL-external-Linux.tar.gz) and extract...

Thanks Neo-X, for the protobuf issue ,I found I should replace the caffe.pb.h and caffe.pb.cc in the external/caffe/build/src/caffe/proto. And the two files can be produce by cmd while you get...

@Neo-X and then I met this one: ==== Building TerrainRL (debug32) ==== NeuralNet.cpp In file included from learning/NeuralNet.cpp:2:0: external/caffe/include/caffe/util/hdf5.hpp:6:18: fatal error: hdf5.h: No such file or directory #include "hdf5.h" ^...