Open iamthephd opened 4 months ago
git clone https://github.com/openpifpaf/openpifpaf.git
cd openpifpaf
python setup.py install
pip install doesn't work
Can you tell which torchvision version are you using? For the given version i.e. 0.10.0, I am getting AttributeError: module 'torchvision.ops.misc' has no attribute 'SqueezeExcitation'
I tried this issue as well but still getting errors while installing it.
It would be great if you can share your conda environment or Docker file!
I am getting a building error for
openpifpaf==0.13.1
in Google Colab. I tried version 0.10.1 but for that thepredictor
andstream
modules are not available. Anyone knows any alternative?