jtressle
jtressle
@givasile @JiaRenChang I can confirm the same issue with the pre-trained sceneflow dataset. I'm seeing a scaling between 1.12 to 1.17. If I retrain on the sceneflow data, am I...
@givasile I'll see about spinning up a server to test the training. I did more tests and the 1.15 average adjustment seems consistent. I'm hoping the offset is something like...
@chrisyue1998 it's a swift class that handles my data store.
@swells808 my user info is all handled by the Firebase Auth library. The only check I do is check if the user has logged in. After that, I count on...
I was able to solve this issue by placing everything in a vertical scrollview and then adding a fixed height constraint to the overall view. So I think it was...
One more update. I spoke too soon. The crash still occurs even when setting a fixed height to the view. Thanks,
Hi @ssheorey, I was getting the same error when trying to run the pose_graph_optim.py file in the python examples: `libc++abi: terminating due to uncaught exception of type pybind11::stop_iteration: zsh: abort...
@urban-warrior unfortunately I'm installing via homebrew. Looking at the homebrew formula, I don't see any mention of a HDRI option. I was going off the brew install options in the...
@nyxee it was just a ObservableObject that handled some snapshot listeners. I believe I've since removed the environment object in favor of using the git Resolver (https://github.com/hmlongco/Resolver). Basically, just handle...
Hi, I was able to get something to work. I first tried reading as a manifold surface mesh. If that fails, I create a surface mesh, and find the duplicate...