Berat Ersari

Results 13 issues of Berat Ersari

![image](https://user-images.githubusercontent.com/56562278/171051332-a27512f5-5b54-4b2f-a4d6-26d4937f037c.png) after the v1.6.0 this command doesn't work. How can I solve this problem?

Could you provide a notebook for Post Training Quantization and Quantization Aware Training in object detection topic?

documentation

``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () 8 from super_gradients.training.utils.quantization.export import export_quantized_module_to_onnx 9 from super_gradients.training.utils.quantization.selective_quantization_utils import SelectiveQuantizer ---> 10 from super_gradients.training.utils.checkpoint_utils import ( 11 get_checkpoints_dir_path, 12...

:bug: Bug
:grey_question: Need more info

### 💡 Your Question ![image](https://github.com/Deci-AI/super-gradients/assets/56562278/ee782487-f601-496b-a0f8-68498d01149f) ### Versions _No response_

:grey_question: Need more info

Hey, I am trying to visualize the keypoints on rgb image. How can I do that. Could you help me? Thanks in advance!

Hey, How can I use this repository for vehicles. There is a pose estimation of OpenPifPaf library. Since this repository uses it, we can detect distance of the cars. Could...

Hey, Can I train the monoloco network on a custom dataset. My dataset has just 4 keypoints. What should I do to train on that dataset. If I can train,...

RuntimeError: CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be openpifpaf Hey, how can I solve this error? I tried to change...

``` import numpy as np from mean_average_precision import MetricBuilder import warnings warnings.filterwarnings("ignore") # [xmin, ymin, xmax, ymax, class_id, difficult, crowd] gt = np.array([ [439, 157, 556, 241, 0, 0, 0]...

``` cd cuda_backproject bash make.sh cd .. ``` this gives error. ``` bash make.sh cc1plus: fatal error: cuda_runtime.h: No such file or directory compilation terminated. g++: error: backproject_op_gpu.cu.o: No such...