-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Fix] Support for newer Python: Remove pickle5 dependency and Update mmcv maximum version #366
base: main
Are you sure you want to change the base?
Conversation
Add helper script for GTA-Human visualization (open-mmlab#357)
[Upgrade] Specify the numpy version less than 1.24. (open-mmlab#361)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #366 +/- ##
=======================================
Coverage 85.33% 85.33%
=======================================
Files 211 211
Lines 20262 20262
=======================================
Hits 17290 17290
Misses 2972 2972
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hello, has this merger been completed? When I tried to install it in the environment of
in the last step of the tutorial.
|
merge |
Pickle5
is not supported under Python version > 3.9, which would raise error in installing MMhuman3d in newer python.