lbrianza
lbrianza
Hello, What do you mean by "contain some complicated logic"? I tested it also on real device (2 different ones, android and iphone) and the same problem occurs... so there...
Hello @cdcseacave ! Thank you for all your great work. I was wondering if there is any update regarding this specific topic? I currently use openMVS a lot, and as...
> I did not work myself on this, but from what I understood from those that contributed it is hard to come with a-priori depth data good enough to help...
For the image processing, I wrote a script then applies clahe and denoising (using opencv's fastNlMeansDenoising) on each image, but I need to adapt it a bit first as it...
Hi, I am having exactly the same issue as @chaos4ros2 - so I'm also trying to update the firmware but then I'm having the exact same problem even with the...
> @Juanjlp1109 You can try something like this: > > ``` > forward_direction = torch.tensor([0, 0, 1]).reshape(1, 3, 1) # principle direction of each camera > training_directions = c2ws[:, :3,:3]...