When will mmtracking support mmcv>=1.4.0?
See original GitHub issueI am a user of MMPose, which has MMTracking as a dependency. This is a problem for me because MMTracking requires:
mmcv-full>=1.3.8,<1.4.0
and thus limits the version of MMClassification to maximum 0.19.0 (as beyond that MMClassification requires mmcv>=1.4.2
or higher). I however want to use MMPose in combination with the latest MMClassification (0.23.0).
Development of MMCV in the mean time is >1.5, so it really feels like MMTracking is just stuck far in the past. When will this be fixed?
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Prerequisites — MMTracking 0.14.0 documentation
The compatible MMTracking, MMCV, and MMDetection versions are as below. ... You can check the supported CUDA version for precompiled packages on the...
Read more >DequanWang/actnn-mmcv: OpenMMLab Computer ... - GitHub
MMCV is a foundational library for computer vision research and supports many research ... MMTracking: OpenMMLab video perception toolbox and benchmark.
Read more >Wenwei Zhang (@wenweiz97) / Twitter
Excited to announce a new member of OpenMMLab: MMTracking! It is a video perception toolbox based on. @PyTorch. that supports multiple tasks in...
Read more >mmdet: Versions - Openbase
Support CondInst; Add projects/ folder, which will be a place for some ... The dependencies of file IO and training are migrated from...
Read more >堡垒机安装pytorch,mmcv,mmclassification,并训练自己的 ...
上传到堡垒机中后安装。 安装mmcv. conda install mmcv. 1. 堡垒机安装mmclassification. 1️⃣ 先去mmclassification GitHub网址下载最新 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We try to fix it: https://github.com/open-mmlab/mmtracking/pull/572
Closing because it seems #572 is merged now.