sdk-examples icon indicating copy to clipboard operation
sdk-examples copied to clipboard

Spectacular AI SDK examples

Results 13 sdk-examples issues
Sort by recently updated
recently updated
newest added

I just installed the spectacularAI using `pip install spectacularai[full]` When I run the `sai-cli process` command it given me the following error ![image](https://github.com/SpectacularAI/sdk-examples/assets/63808636/4714a5dd-0aac-4138-8dd7-336500fe6c91)

Hi, I'm looking to run some VIO examples on my new Jetson Orin Nano... I was wondering if there's a dedicated guide to this. Most SDK examples whether Python or...

Hello, When I run the mapping tool, I sometimes get this message warning: Lost tracking! SpectacularAI WARN: missing key frame in pose trail, skipping VIO constraint What does it mean...

Hello, I am trying to use the Spectacular AI SDK's AprilTag functionality in order to get pose estimates by viewing multiple AprilTags with known poses. Here is an example picture...

Also quick-fix an issue with aligned depth map resolution (oversized images). Can be run on [Spectacular Rec](https://apps.apple.com/us/app/spectacular-rec/id6473188128) output as python replay_to_nerf.py /PATH/TO/INPUT/spectacular-rec_XYZ \ --format=nerfcapture --fast --image_format=png --device_preset=ios-tof --key_frame_distance=0.0001 \ /PATH/TO/OUTPUT/FOLDER/nerfcapture-XYZ...

Currently, we render AR objects with undistorted pinhole model, but the background image is still distorted in live examples (`mixed_reality.py` & `mapping_ar.py`). Now the color image is undistorted on the...

Hi, When I use an OAK-D-PoE with python example, I met some error, it seems PoE devices do not compatible with python sdk : Starting OAK-D device Close the window...

Running the depthAI example with the latest patch version of opencv-python caused an error on my Windows machine. Downgrading to the version specified in [this ticket](https://github.com/facebookresearch/nougat/issues/40) fixed the issue. ```...

Hello again, I am working with the latest non-commercial plugin for realsense (1.22.0) On the development PC with an I7 there is no issue but I am planning to build...

Iam using OAK-D POE. I attempted to port the mapping_ros.py script, which has already been tested in the 'noetic' environment, to make it executable in 'ros2 humble.' However, when I...