Utsav Rai
Utsav Rai
### 1. Expected behavior. To be able to change color of lights - ### 2. Actual behavior. No supported alienfx controller found - ### 3. Steps to reproduce the problem....
I have generated 110k images of a custom object using 550 different HDRI maps. This was then trained with batch size of 20 and 50 epochs. The final minimum loss...
Hi, When running the single_video_pybullet.py on the Dell Precision Tower 7810 equipped with NVIDIA Corporation GK110GL [Quadro K6000], it throws following error - ``` python3 single_video_pybullet.py --nb_frames 10 pybullet build...
Hi, I have been trying to load transparent objects in nvisii data generation script, but so far unable to get transparent property in the final output images. It would be...
**Convert Tensor Outputs to Scalars Before Storing in Results** Description: This commit adjusts the train function to explicitly convert loss and accuracy metrics from PyTorch tensors to Python scalars. This...
when using "device = torch.device("cuda:0") # Uncomment this to run on GPU", I get following error Traceback (most recent call last): File "ballbot_learner.py", line 301, in p, u_net = policy(ttx_torch)...
Running `bash docker/run_container.py` results into following error: ``` bash docker/run_container.sh foundationpose access control disabled, clients can connect from any host docker: Error response from daemon: could not select device driver...
Hi, I am experiencing a periodic delay in the frames received by the parser code provided by aws [https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-renderer.html](url), I tried to change the source camera on the sender/producer side...
I am getting the same error as issue #86 ``` python run_demo.py Warp 1.0.2 initialized: CUDA Toolkit 11.5, Driver 12.3 Devices: "cpu" : "x86_64" "cuda:0" : "NVIDIA GeForce RTX 4060...
So far as per the suggestions in issue #78, I have provided the intrinsic values of the camera. Since the test images have no ground truth depth, I am trying...