yolox_keypoint_segment icon indicating copy to clipboard operation
yolox_keypoint_segment copied to clipboard

Results 12 yolox_keypoint_segment issues
Sort by recently updated
recently updated
newest added

I see this AssertionError when installing yolox when calling the pip install -v -e . step. I previously used python3.9, where I had the same issue. I hoped that downgrading...

Thanks a lot for your work. Do you mind share with us a pre-trained yolox-seg model? Thx a lot!

Hello, you do not seem to provide a pretrained model for YOLOX segmentation. Are you planning to release that soon?

From the docs and README.md there is no information how to run YOLOX for instance segmentation

Hi. I've been trying to train a model for panoptic segmentation but I face several issues. Could you provide a exp.py example of how to train a panoptic model? Thanks

2023-05-01 15:16:45 | INFO | yolox.core.trainer:259 - epoch: 2/300, iter: 250/313, mem: 11174Mb, iter_time: 3.676s, data_time: 3.100s, total_loss: 8.0, iou_loss: 3.3, l1_loss: 0.0, conf_loss: 3.4, cls_loss: 0.9, seg_loss: 0.3, lr:...

每个关键点的score应该怎么得出来啊

您好,我看了您的程序,发现您是把关键点的评估注释掉了是吗? 我看了Ti的那个yolo-pose的程序,好像也没有对关键点的评估。 那请问您是基于什么原因去掉了关键点的评估呢?