Rahul Chaudhari
Rahul Chaudhari
Hi, In client.cpp: "You may also check our unit tests in tests/tests.cpp to see more functions in action." Could you please commit these tests? Thanks!
@lixiny Nice work! Will you be making the training code available any time soon? Thanks! Crossreference: https://github.com/lixiny/ArtiBoost/issues/2
Dear @hughw19 , Do you make the OpenGL code for this paper available somewhere? Thanks and best regards, Rahul
I noticed an inconsistency in data augmentation using Albumentations. When you rotate the (cropped) image, Albumentations seems to fill up corner areas (which are empty due to the rotation) by...
I would love to get my hands on to this file called "Manual-BGE-Physics-DancingSticks.blend" mentioned on this page: https://upbge.org/#/documentation/docs/latest/manual/manual/physics/introduction.html However the link redirects to the Blender Wiki which shows "No file...
In the google drive weights folder, there is a subfolder "2024-01-11..." What are these weights for? They don't work with the current demo file.
This is my setup: one object standing on a table with an RGBD camera looking at it. The score value output by the score network is stable at around 35...
We are currently using https://github.com/christophebedard/ipad-lidar2ros to stream RGB+LiDAR data from an iPhone Pro to an Ubuntu 22.04 PC over WebSockets using [ros2-web-bridge](https://github.com/RobotWebTools/ros2-web-bridge#install). Seems like WebRTC could be better suited for...
I am trying to connect the NERFCapture iOS app to instant-ngp as described here: https://github.com/NVlabs/instant-ngp/blob/master/docs/nerf_dataset_tips.md I connected the PC to the iPhone hotspot. Then ran instant-ngp (with the --stream flag...
Great work @matlabbe and thanks for making it available to the community. I am trying to build an iOS app that uses the color and laser data and in which...