Dheera Venkatraman
Dheera Venkatraman
NVIDIA's apex has actual syntax errors -_____________- can someone point me to a version that actually complies? Thanks! ``` $ export CC=/usr/bin/gcc-12 $ export CXX=/usr/bin/g++-12 $ pip install -v --disable-pip-version-check...
- Prevents short press from double-firing on touchscreen devices (for mouseup and touchend) - Prevents short press from firing while touch-scrolling the screen Tested on Android/Chrome and Ubuntu/Chrome, please test...
Hi, Is it possible to make this install to /opt/ros/foxy instead of /opt/ros/foxy/install/, so it mimics desktop Intel-based ROS deb package paths? A lot of scripts break if they cannot...
For those of us that live in apartment complexes with a few shared chargers, any possibility of being able to monitor these chargers to know if there is one available?
This library force-installs opencv-python-headless, tqdm, and a whole lot of other seemingly unneeded libraries. Is there a way to install this minimally? I want to use the head-ful version of...
Might want to add this to the readme. ``` $ pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch ... In file included from /home/dheera/miniconda3/envs/nerfstudio/include/cuda_runtime.h:83, from : /home/dheera/miniconda3/envs/nerfstudio/include/crt/host_config.h:132:2: error: #error -- unsupported GNU version! gcc...
Nobody writes it like this. How do I fix this? 
Hi, Any thought of adding a feature to write back raw files? I want to do some processing on the raw, undebayered data, write back to a RAW file, and...
Has anyone seen this behavior? Predicting a simple sine wave, zero shot, no noise, the prediction jumps at t=0. 
Hi, I tried the StockTradingEnv RL demo and the returns are generally noise. I followed this notebook: https://github.com/AI4Finance-Foundation/FinRL/blob/master/examples/FinRL_PaperTrading_Demo.ipynb and it was not able to produce anything significant. I deeply respect...