debapriya.maji

Results 14 comments of debapriya.maji

@MarvinTeichmann , I tried running make again. However, it didn't work. I tried this suggestion as well: https://github.com/Russell91/TensorBox/issues/34. It too didn't work out.

@NAse12 Aby update on this issue? I am also facing the same with A5000.

@ZhengMengbin , I think, this repo has support for iou and giou loss. By default, iou loss is used. https://github.com/Megvii-BaseDetection/YOLOX/blob/main/yolox/models/losses.py BTW, where is it mentioned that giou/diou/ciou loss is used?

Algorithm Name: YOLOP: You Only Look at Once for Panoptic driving Perception Conference/Year:2022 Paper:[link](https://link.springer.com/article/10.1007/s11633-022-1339-y) Datasets: BDD100K Introduction: Repo:https://github.com/hustvl/YOLOP Interpretations:

Algorithm Name:"YOLO-Pose: Enhancing YOLO for Multi Person Pose Estimation Using Object Keypoint Similarity Loss] Conference/Year:2022 Paper:[link](https://openaccess.thecvf.com/content/CVPR2022W/ECV/papers/Maji_YOLO-Pose_Enhancing_YOLO_for_Multi_Person_Pose_Estimation_Using_Object_CVPRW_2022_paper.pdf) Datasets: COCO Keypoint Introduction: Repo:https://github.com/TexasInstruments/edgeai-yolov5/tree/yolo-pose Interpretations:

Hi @RangeKing , Thanks for the reply. I would like to enable yolo-pose in mmYOLO with your help. Right now, I am not sure when can I spend some time...

@SashaAlderson There is no problem with the loss function. I have retrained the model and they are working fine. I will update the models in a few days.

@SashaAlderson I trained those models long back and didn't check them before releasing. Not sure what exactly went wrong. You can try any of these models. They don't have any...

Please use the exact command for training: python train.py --data coco_kpts.yaml --cfg yolov5s6_kpts.yaml --weights 'path to the pre-trained ckpts' --batch-size 64 --img 640 --kpt-label I think you are missing the...

Can you please share the exact command you ran?