Berat Ersari
Berat Ersari
 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?
``` --------------------------------------------------------------------------- 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...
### 💡 Your Question  ### Versions _No response_
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...