HDRNet QA

1: make hdr

  • When I got an error on mutex.h I made de following substitution:

#include "nsync_cv.h" -> #include "/python3.5/site-packages/tensorflow/include/external/nsync/public/nsync_cv.h"

#include "nsync_mu.h" -> #include "/python3.5/site-packages/tensorflow/include/external/nsync/public/nsync_mu.h"

  • When I got an error when calling cuda_device_function.h , cuda_kernel_helper.h and cuda_launch_config.h:

#include "cuda/include/cuda.h" -> #include "/usr/local/cuda/include/cuda.h"

  • On correlation_op.cu.cc

Add below using namespace tensorflow; -> typedef Eigen::GpuDevice GPUDevice;

Thanks for your help.

猜你喜欢

转载自blog.csdn.net/mydear_11000/article/details/82588644
QA