skbhat

Results 5 issues of skbhat

Hi, I am new to Docker. I get the following error message. nvidia-docker | 2017/01/18 05:11:26 Error: unsupported CUDA version: driver 7.5 < image 8.0 Isn't CUDA 8.0 included in...

Hi, Thanks for a very insightful paper titled "Estimating and Evaluating Regression Predictive Uncertainty in Deep Object Detectors". I am planning to use it for assess the reliability of the...

Namaste, My question is regarding AI Vision Solutions. I have compiled and successfully ran yolov5 model using floating point dlc on CPU of RB5. The frame rate is just 1...

Namaste, This is regarding function [loss_nc_labels](https://github.com/scuwyh2000/RandBox/blob/b623402632265dee0ce48ba909eb329cccbfcc4a/randbox/loss.py#L156) Whatever computed till [line 183](https://github.com/scuwyh2000/RandBox/blob/b623402632265dee0ce48ba909eb329cccbfcc4a/randbox/loss.py#L183) is not used for further computation at all. Then in [line 186](https://github.com/scuwyh2000/RandBox/blob/b623402632265dee0ce48ba909eb329cccbfcc4a/randbox/loss.py#L186) the variable `target_classes_onehot` is defined as follows:...

Namaste, Thank you very much for the code. In the following [line](https://github.com/scuwyh2000/RandBox/blob/9b1f7d8e855d2fe9e512e8ac929d3a5f38ede652/randbox/detector.py#L327) diffused boxes are created. I have two questions: 1. The lines previous to this creates many variables which...