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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
You can either install Pytorch 1.5/1.6 and use the fix for NMR in #3 or clone v0.2.1 of detectron2 which still has Pytorch 1.4 support. I've added the latter to the colab notebook, so re-running it from the top should work.
When running Colab Notebook https://colab.research.google.com/drive/1QIoL2g0jdt5E-vYKCIojkIz21j3jyEvo?usp=sharing
I encountered this error:
ValueError: Unknown pooler type
Step 5: Install NMR, detectron2, FrankMocap
Should change to:
$# Install detectron2
$!mkdir -p external
$!git clone --branch v0.2.1 https://github.com/facebookresearch/detectron2.git external/detectron2
$!python -m pip install -e external/detectron2
The text was updated successfully, but these errors were encountered: