wguo68

Results 7 issues of wguo68

在什么地方修改留言版?

question
comment-solution

I read your document, but still can't understand how to do to use your program. What's the meaning of the P matrix such as : 2607.429996 -3.844898 1498.178098 -533936.661373 -192.076910...

utils::Check(it != labels.name2findex->end(), "Metric: unknown target = %s", label_fields_[i].c_str()); in the function "inline void AddEval(const std::vector& predscores, const layer::LabelInfo& labels)" The net parameters in this post:https://github.com/dmlc/cxxnet/issues/163 )

when I run CXXNET, its speed is very slow. It seems does not use CUDA ,so the speed is very slow. I am using windows7 64 and CUDA7.0 without cudnn.

There is no document how to run these examples?

I have used the camera pose to project 3d mesh to 2d image plane. But the result is not correct. I used kinfu_.getCameraPose() to get R,T and the following code...