Adnaram

Results 2 comments of Adnaram

@ChrystleMyrnaLobo Add this in the coco2kitti.py to create the label file event if there is no annotation for the image. This solve your issue. ``` # If there are annotations,...

``` parts = trt_pose.coco.coco_category_to_parts(human_pose) ``` And this in function draw_object to add the text on the image ``` part = parts[j] peak = normalized_peaks[0][j][k] x = round(float(peak[1]) * width) y...