Hyunggi Chang
Hyunggi Chang
@pablocael Have the same question!
Thanks for your suggestion! I'll place gRPC in the dev schedule for v1.0!
> I haven't tired the demo site, but used the local clone. > > I got the API KEY error too so I put the os.environ['OPENAI_API_KEY'] = 'your api key'...
It seems like the references that are not necessarily related to the main content of the paper are added to the prompt, so the ai gets distracted by them.
Would love to have fisheye projection as well! Currently, I am using a mix of perspective cameras, fisheye cameras, and LiDARs for autonomous driving setup. With the current implementation of...
@pmoulon I chose the default camera model - though now I realise I want to calibrate the camera for OpenCV pinhole camera if possible. I'm not familiar with the software...
@pmoulon @VVlad12 Thank you so much for the tips! I'm still working on the it - I'll close the issue once no further problems arise!
Found solution. The error in the original post arises because PyTorch CPU gets installed due to version mismatch. By `export FORCE_CUDA="1"`, we can force PyTorch GPU installation, hence the problem...
Thanks for the suggestion! You're right on the status on PCL - vtk source build seemed a bit complicated, so it's been delayed to v1.0. But there is a plan...
> from the looks of the log its crashing inside one of your graphics drivers trying to create a vulkan surface. This could be a wayland issue as described here...