vansin

Results 18 comments of vansin

"evermonkey.markdownTheme": "/home/face/moon/AILab_System/dark-material.css",

"evermonkey.markdownTheme": "/home/face/moon/AILab_System/dark-material.css", 更改后 publish 到印象笔记中的样式还是不变

更新到python3了,问题已经解决了,但不理解为什么,争取fork一下。 在 2020-02-03 17:16:39,"Dawn-K" 写道: 作者有没有更新到python3的想法呢?是什么原因选择了python2?是api的原因吗? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

https://github.com/open-mmlab/mmdetection/blob/master/configs/convnext/mask_rcnn_convnext-t_p4_w7_fpn_fp16_ms-crop_3x_coco.py ```python _base_ = [ '../_base_/models/mask_rcnn_r50_fpn.py', '../_base_/datasets/coco_instance.py', '../_base_/schedules/schedule_1x.py', '../_base_/default_runtime.py' ] # please install mmcls>=0.22.0 # import mmcls.models to trigger register_module in mmcls custom_imports = dict(imports=['mmcls.models'], allow_failed_imports=False) checkpoint_file = 'https://download.openmmlab.com/mmclassification/v0/convnext/downstream/convnext-tiny_3rdparty_32xb128-noema_in1k_20220301-795e9634.pth' #...

Support deployment based on MMDeploy

@qslia Thank you for your first successful pull request contribution to OpenMMLab. We would like to extend an invitation for you to join the OpenMMLab contributors WeChat group. As an...

Please provide the command you start the train.py like ```shell python tools/train.py configs/xxxx.py ```

can you try in latest mmyolo mmengine version?