Jeremie Papon

Results 11 comments of Jeremie Papon

+1 could you give more info on target_shape? In particular, if I train with a non-square aspect ratio, should I keep target_shape square, or adjust it so both dimensions remain...

Thanks for working on it, much appreciated!

Excellent @ranftlr thank you! I will test this on Friday.

Hello, are there any updates on these new models? Thanks!

Are there any updates here? Anyone have any luck loading XRSDKOpenVR in the linux editor or a build? Just want to hear if it's even possible before I go down...

Making progress on building from scratch using 2019 on a fresh install. You'll need to modify the line specifying 2017 in build.cmd to `cmake -G"Visual Studio 16 2019" ..` You...

Okay, got it to build. I had to retarget everything to 2019 and then disable WX because I had a few warnings, but after that, build finished without issue.

I'm experiencing what I believe is a related issue in ros-melodic. With various camera drivers (realsense-ros, libuvc_ros, avt_camera, etc...), when using nodelet mangers with many nodelets in them, I am...

From what I can tell, no correspondence classes are actually instantiated under normal compilation (making the above changes compiles fine for me). Adding a ``` #include template class pcl::registration::CorrespondenceEstimation; ```...

I've posted a fix, but it makes it less efficient for same-type correspondences (requires creating a full temporary copy even though it's not strictly necessary). Unfortunately checking to see if...