Guling_Street

Results 5 comments of Guling_Street

You can simply use a bulr function on the position map to smooth the 3d model. For example ``` pos = prn.process(img, image_info=img_info) pos = cv2.blur(pos, (5,5)) ``` The model...

Hi,I found that the acc2/5 is lager than the acc3/5 at the line VEN of the table 5 in your updated paper. Is that right? I think it is impossible...

Thanks for reply. I get that.

@Walstruzz Walstruzz Could you please tell me the Makefile.config file setting details? I have installed the protobuf in my system. And the `protoc --version` command is worked. But I can't...

@Walstruzz Thank you, I try to compile it from source code, and set the path in Makefile.config. It works.