-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udpate reqs with missing deps #285
Conversation
Codecov Report
@@ Coverage Diff @@
## master #285 +/- ##
==========================================
- Coverage 83.85% 83.82% -0.03%
==========================================
Files 114 114
Lines 7072 7085 +13
Branches 1118 1122 +4
==========================================
+ Hits 5930 5939 +9
Misses 941 941
- Partials 201 205 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Solution:
|
ok, updated following your suggestion @innerlee |
According to the error message, |
Hi! We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA If you have WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
* udpate reqs with missing deps * add torch, remove mmcv-full and Cython from from reqs * Update runtime.txt Co-authored-by: lizz <innerlee@users.noreply.github.com>
* fix BaseDataPreprocessor * fix BaseDataPreprocessor * change device type to torch.device * change device type to torch.device * fix cpu method of base model
* udpate reqs with missing deps * add torch, remove mmcv-full and Cython from from reqs * Update runtime.txt Co-authored-by: lizz <innerlee@users.noreply.github.com>
had to add some deps to the requirements to get a working installation. See #282