Yanyi Liu
Yanyi Liu
I am implementing Rotated YOLOX for MMRotate in https://github.com/open-mmlab/mmrotate/pull/409, SimOTA Assigner has CUDA Error while training. Compared with mmdet, only `get_in_gt_and_in_center_info` and `bbox_overlaps` is different to support rotated detection. After...
Stream with reasoning model can use OpenAI client with extra check for delta. like: ``` # Check the content is reasoning_content or content if hasattr(chunk.choices[0].delta, "reasoning_content"): reasoning_content = chunk.choices[0].delta.reasoning_content elif...
#11969 support the register of out-of-tree quantization method, but the cli args cant load the updated `QUANTIZATION_METHODS` In this pr, The validation of quantization methods (QUANTIZATION_METHODS) is now performed after...