yiak
yiak
This is really a bad branch. Firstly, the way you tell us to do for lept lib is wrong! We need to move src/\* not the whole directory. Secondly, errors...
N-Demension Matrix for universal objects : https://www.youtube.com/watch?v=aLOtzQW9GJs
The errors are still there and the cuda has already been updated to the latest version. I tried to rebase the branch onto the master branch. Surprised, we still have...
Rebase the branch onto the lastest caffe and resolved conflicts solved the prolbem.
@ekcheng This can be closed now.
@medakk I have the same concern. if Camera pose is R,t, the correct way to compute projection is x = R-1.dot(X - t). x = R*X + t (see EdgeProjectionXYZ::computeError,...
Furthest Point Sampling is not sampling algorithm. @ChunyangYe @LZDSJTU please refer to KMeans++ about "the algorithm to give high possibility to sample the points with hightest distance to already selected...
Hi @johanbrandhorst , the quoted text is from README residing in the `master` branch that the section of examples below the last step to set up a reverse proxy server....
@johanbrandhorst Thanks for your help. The inconsistency lies in `https://github.com/grpc-ecosystem/grpc-gateway/blob/master/README.md` from `master` branch ``` ## More Examples More examples are available under `examples` directory. * `proto/examplepb/echo_service.proto`, `proto/examplepb/a_bit_of_everything.proto`, `proto/examplepb/unannotated_echo_service.proto`: service definition...
Just updated the document. See PR https://github.com/grpc-ecosystem/grpc-gateway/pull/914