You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#76 removes SlowFast as a dependency since SlowFast cannot be installed on Windows computers because it requires detectron2. However, it makes sense to keep SlowFast as an optional dependency to have access to a greater variety of model architectures.
Update install to be pip install git+https://github.com/Imageomics/kabr-tools
or something like pip install pip install git+https://github.com/Imageomics/kabr-tools.git#egg=kabr_tools[slowfast]
The text was updated successfully, but these errors were encountered:
zhong-al
changed the title
Add Slowast as an optional dependency
Add SlowFast as an optional dependency
Nov 21, 2024
#76 removes SlowFast as a dependency since SlowFast cannot be installed on Windows computers because it requires detectron2. However, it makes sense to keep SlowFast as an optional dependency to have access to a greater variety of model architectures.
Update install to be
pip install git+https://github.com/Imageomics/kabr-tools
or something like
pip install pip install git+https://github.com/Imageomics/kabr-tools.git#egg=kabr_tools[slowfast]
The text was updated successfully, but these errors were encountered: