Alexander Y.
Alexander Y.
Any news about light-weight model ? Or some clues about optimizing inference on constrained device ?
> Would there be multiple static monocular cameras on pan/tilt servo around a room? Yes that's the idea > just detecting/tracking 3D pose of objects in the space? Yes, when...
> With stereo cameras, you would get true depth. Unfortunately I can't replace monocular cameras to stereos cameras, but, do you think it is feasible to make stereo camera based...
Errors previously showed in screen are fixed by https://github.com/openslide/openslide-bin/pull/262/commits/e1f3519413fba02c8a619b2c5ffa7f54dbbed2e7, now it seem to compile with different warnings in gdk-pixbuf side and some problems ``objcopy`` step that might be easy to...
Current code is capable of detecting NVMEs and binding to them
When compiling with latest emsdk, you got so many warnings ... I've tried to use the version that they used at the past (blog post posted on 2021), so I...
> It's passing because your payload is valid against the first object in the union. You could fix this by enforcing strict objects But why in the first section type2...
This seems to be related directly to discord-rpc, while compiling disable discord-rpc with ```-DENABLE_DISCORD_RPC=OFF``` For example ``` cmake -S . -B build -DENABLE_QT_GUI=ON -DENABLE_DISCORD_RPC=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ cmake --build . --parallel$(nproc)...
Now the issue is about something else and not anymore related to discord-rpc, can't help
> For anyone with special charecters in their file names... > > ```rust > use percent_encoding::percent_decode_str; > > // directly having full path after asset:// or having localhost > let...