Code Monkey home page Code Monkey logo

Comments (36)

hhaAndroid avatar hhaAndroid commented on August 29, 2024 3

@hhaAndroid sounds great! What is your implementation plan? Do you want to include it as a tool or as a separate model? How can I help you with this?

Let's open an issue to discuss!

from mmyolo.

Bovey0809 avatar Bovey0809 commented on August 29, 2024 3

I implemented yolox-pose based on mmyolo here, https://github.com/Bovey0809/mmyolo-pose

from mmyolo.

zcunyi avatar zcunyi commented on August 29, 2024 2

Can you arrange an urgent arrangement for yolo-pose?

from mmyolo.

chihuajiao avatar chihuajiao commented on August 29, 2024 2

I want to use the model implemented by mmyolo in the config file that I have implemented through mmdetection. For example, I want to add one of mmyolo's backbones to the complete model defined by mmdetection. Is it possible? What should I do?

from mmyolo.

Seperendity avatar Seperendity commented on August 29, 2024 1

Can you post a video tutorial on how to customize module embedding into the network? Take the Transformer module in the original yolov5 library for example, how to integrate the module designed by myself into the network. I want to do a series of experiments based on mmyolo, but don't konw how to modify the file clearly.

from mmyolo.

PeterH0323 avatar PeterH0323 commented on August 29, 2024 1

Are you planning to support yolov5 1280 model, yolov6 m/l model and yolov7 training?

Hi @fcakyon All you mention were already in progress, will release soon😄

Great news! I am the maintainer of sahi, can wait to support mmyolo once these features are released 💯

Hi @fcakyon
I am the one who want to support sahi in MMYOLO, What a coincidence ! We can keep in touch 😄

from mmyolo.

LorenzoSun-V avatar LorenzoSun-V commented on August 29, 2024 1

V0.5.0(2023.1)

Hi, does mmyolo support YOLOv8 ins-seg now? When will it support if not yet? I just saw a commit and failed to train YOLOv8 ins-seg model following the code in this commit. 😭

from mmyolo.

vansin avatar vansin commented on August 29, 2024

Support deployment based on MMDeploy

from mmyolo.

RangeKing avatar RangeKing commented on August 29, 2024

Pick: Added a script to verify whether the installation was successful

from mmyolo.

xin-li-67 avatar xin-li-67 commented on August 29, 2024

Add a script to support to convert yolo-style *.txt format to coco in PR#161

from mmyolo.

PeterH0323 avatar PeterH0323 commented on August 29, 2024

Pick :

  • [基础类第 x 期] 如何优雅地使用 MMYOLO 训练自定义数据集

from mmyolo.

fcakyon avatar fcakyon commented on August 29, 2024

Are you planning to support yolov5 1280 pretrained models, yolov6 m/l models and yolov7 training?

from mmyolo.

PeterH0323 avatar PeterH0323 commented on August 29, 2024

Are you planning to support yolov5 1280 model, yolov6 m/l model and yolov7 training?

Hi @fcakyon
All you mention were already in progress, will release soon😄

from mmyolo.

fcakyon avatar fcakyon commented on August 29, 2024

Are you planning to support yolov5 1280 model, yolov6 m/l model and yolov7 training?

Hi @fcakyon All you mention were already in progress, will release soon😄

Great news! I am the maintainer of sahi, can wait to support mmyolo once these features are released 💯

from mmyolo.

fcakyon avatar fcakyon commented on August 29, 2024

Hi @fcakyon I am the one who want to support sahi in MMYOLO, What a coincidence ! We can keep in touch 😄

Wow, great coincidence 😮 Let's keep in touch 🚀

from mmyolo.

hhaAndroid avatar hhaAndroid commented on August 29, 2024

Hi @fcakyon I am the one who want to support sahi in MMYOLO, What a coincidence ! We can keep in touch smile

Wow, great coincidence open_mouth Let's keep in touch rocket

Hi, We plan to integrate sahi in v0.1.3. The current plan is:

  1. First make a draft in mmyolo to see the generality
  2. If the generality is very strong, we can consider submitting PR directly to mmengine so that all openmmlab repo can be used directly

how do you feel? @fcakyon

from mmyolo.

fcakyon avatar fcakyon commented on August 29, 2024

@hhaAndroid sounds great! What is your implementation plan? Do you want to include it as a tool or as a separate model? How can I help you with this?

from mmyolo.

xin-li-67 avatar xin-li-67 commented on August 29, 2024

Can you arrange an urgent arrangement for yolo-pose?

Hi~ For yolo-pose, are you referring the yolo-pose from the texas instruments or another version? If there is a specific version you would like MMYOLO to be integrated, can you add a comment in issue#233 ? Thx!!

from mmyolo.

RangeKing avatar RangeKing commented on August 29, 2024

Add more result analysis functions. Refer to https://github.com/dbolya/tide.

from mmyolo.

RangeKing avatar RangeKing commented on August 29, 2024

I want to use the model implemented by mmyolo in the config file that I have implemented through mmdetection. For example, I want to add one of mmyolo's backbones to the complete model defined by mmdetection. Is it possible? What should I do?

Hi @chihuajiao, sorry for the late reply. You could refer to the tutorial to implemente it.

from mmyolo.

SicongLiu998 avatar SicongLiu998 commented on August 29, 2024

Hi! I found that both MMYOLO and MMDetection contains implementations of YOLQX-s. What are the differences between the two. In our experiments, the AP-10K data set in MMPose, which also contains bounding boxes information like COCO are applied. But there is a big gap between the results of MMYOLO and MMetection. I would like to know the differences between the two implementations. Thanks a lot for your time!

from mmyolo.

xin-li-67 avatar xin-li-67 commented on August 29, 2024

Hi! I found that both MMYOLO and MMDetection contains implementations of YOLQX-s. What are the differences between the two. In our experiments, the AP-10K data set in MMPose, which also contains bounding boxes information like COCO are applied. But there is a big gap between the results of MMYOLO and MMetection. I would like to know the differences between the two implementations. Thanks a lot for your time!

Hi, I could only say something about the MMPose bbox detection you mentioned. Most of the algorithms you could find in MMPose are two-stage heatmap detections, which require human bboxes detection in their first stage. That's why there is COCO bbox information used in the implementations.

from mmyolo.

SicongLiu998 avatar SicongLiu998 commented on August 29, 2024

Hi! I found that both MMYOLO and MMDetection contains implementations of YOLQX-s. What are the differences between the two. In our experiments, the AP-10K data set in MMPose, which also contains bounding boxes information like COCO are applied. But there is a big gap between the results of MMYOLO and MMetection. I would like to know the differences between the two implementations. Thanks a lot for your time!

Hi, I could only say something about the MMPose bbox detection you mentioned. Most of the algorithms you could find in MMPose are two-stage heatmap detections, which require human bboxes detection in their first stage. That's why there is COCO bbox information used in the implementations.

Thanks for your reply ! I may not explain my question clearly. I actually know that two main paradigms of pose estimation. I would like to use MMYolo or MMDetection to finish the animal object detection task. I just use the AP-10K data set supplied in MMPose that support the same format like COCO. I used YoloX-s to finish the object detection by MMDetection and MMYolo respectively. The results of the two frame work should be very close but in fact there is a big gap between the two results, about 10 AP. I guess that there are some differences in implementations of YoloX-s between the two object detection frame work.

from mmyolo.

xin-li-67 avatar xin-li-67 commented on August 29, 2024

Hi! I found that both MMYOLO and MMDetection contains implementations of YOLQX-s. What are the differences between the two. In our experiments, the AP-10K data set in MMPose, which also contains bounding boxes information like COCO are applied. But there is a big gap between the results of MMYOLO and MMetection. I would like to know the differences between the two implementations. Thanks a lot for your time!

Hi, I could only say something about the MMPose bbox detection you mentioned. Most of the algorithms you could find in MMPose are two-stage heatmap detections, which require human bboxes detection in their first stage. That's why there is COCO bbox information used in the implementations.

Thanks for your reply ! I may not explain my question clearly. I actually know that two main paradigms of pose estimation. I would like to use MMYolo or MMDetection to finish the animal object detection task. I just use the AP-10K data set supplied in MMPose that support the same format like COCO. I used YoloX-s to finish the object detection by MMDetection and MMYolo respectively. The results of the two frame work should be very close but in fact there is a big gap between the two results, about 10 AP. I guess that there are some differences in implementations of YoloX-s between the two object detection frame work.

Well, I still can't tell why there is such a difference on your results. For the YOLOX implementations in MMDet and MMYOLO, the only difference is on the mosaic part, which you could check here and here. If you still have questions on the implementation and final performance, you are welcomed to open a new issue with your benchmark table so that the maintainers may be able to find out more details.

from mmyolo.

SicongLiu998 avatar SicongLiu998 commented on August 29, 2024

I implemented yolox-pose based on mmyolo here, https://github.com/Bovey0809/mmyolo-pose

That is a pretty good job !

from mmyolo.

arkerman avatar arkerman commented on August 29, 2024

Hi !
Does mmyolo support for mmselfsup ?
I wanna use moco to self_supervise train a pretrained model .
And then use the pretrained model on yolov5 . Does this shit can be realized ?

from mmyolo.

RangeKing avatar RangeKing commented on August 29, 2024

Hi !
Does mmyolo support for mmselfsup ?
I wanna use moco to self_supervise train a pretrained model .
And then use the pretrained model on yolov5 . Does this shit can be realized ?

Hi,@arkerman
Of course, MMYOLO supports for MMSelfsup. Here's the example, https://mmyolo.readthedocs.io/en/latest/recommended_topics/replace_backbone.html#use-backbone-network-implemented-in-mmselfsup.

from mmyolo.

www516717402 avatar www516717402 commented on August 29, 2024

Add distillation example in yolo serial

from mmyolo.

RangeKing avatar RangeKing commented on August 29, 2024

Add distillation example in yolo serial

Hi @www516717402, here's a distillation example of RTMDet,
https://github.com/open-mmlab/mmyolo/tree/main/configs/rtmdet/distillation.

from mmyolo.

nik123 avatar nik123 commented on August 29, 2024

What is the current state of yolov8 ins-seg support? Is it in progress or the plans for support of yolov8 were abandoned?

from mmyolo.

mohamedrekik avatar mohamedrekik commented on August 29, 2024

Add quantization for MMYOLO will be a great feature. YOLO is already fast and relatively accurate. But, with quantization techniques (like Int8, ...), it will be much more powerful !

from mmyolo.

zsy7532 avatar zsy7532 commented on August 29, 2024

我想在我通过 mmdetection 实现的配置文件中使用 mmyolo 实现的模型。例如,我想将 mmyolo 的一个主干添加到由 mmdetection 定义的完整模型中。可能吗?我该怎么办?

嗨,很抱歉回复晚了。您可以参考教程来实现它。

Hi, the link is not available, could you offer a new link about how to realise mmyolo on mmdetection?

from mmyolo.

xin-li-67 avatar xin-li-67 commented on August 29, 2024

Add quantization for MMYOLO will be a great feature. YOLO is already fast and relatively accurate. But, with quantization techniques (like Int8, ...), it will be much more powerful !

Hi~ Based on my knowledge, you may find some quantization demos in MMDeploy, as in most scenarios, I believe people will use weight quantization while deploying the models. Meanwhile, MMRazor supports the distillation and sparsification algorithms.

from mmyolo.

mohamedrekik avatar mohamedrekik commented on August 29, 2024

Hi~ Based on my knowledge, you may find some quantization demos in MMDeploy, as in most scenarios, I believe people will use weight quantization while deploying the models. Meanwhile, MMRazor supports the distillation and sparsification algorithms.

@xin-li-67 Thanks for your reply. AFAIK, MMDeploy doesn't support MMYOLO and I couldn't find any demo/documentation/code in MMRazor that works on YOLOv8. Feel free to correct me if I am wrong.

from mmyolo.

PriyanshuPandeyNA avatar PriyanshuPandeyNA commented on August 29, 2024

Hello @hhaAndroid !, Can you help me out with the support of yolox-ins-head!

from mmyolo.

hiyyg avatar hiyyg commented on August 29, 2024

Any plan to add YOLOv10?

from mmyolo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.