luxonis / depthai-viewer

Log images, point clouds, etc, and visualize them effortlessly. Built in Rust using egui
https://rerun.io
Apache License 2.0
27 stars 2 forks source link

Blobconverter - skip if model can't be downloaded #64

Open Erol444 opened 3 months ago

Erol444 commented 3 months ago

Currently, if blobconverter can't download the model, everything will crash. So if blobconverter server is down, or if there's a corpo firewall that prevents this, users won't be able to use depthai-viewer. Ideally, depthai-viewer would try to download the model, but if there's an error it should still start the viewer, just without any AI model selected.