ckkelvinchan / BasicVSR_PlusPlus

Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"
Apache License 2.0
568 stars 63 forks source link

Colab demo broken ? #32

Open jarredou opened 1 year ago

jarredou commented 1 year ago

I was trying to run the colab demo, but its get stuck at "Building wheels for collected packages: mmcv-full"...

CarlGao4 commented 1 year ago

mmcv-full will be built (or, cuda compilation) before installing. It is about 10~20 minutes. Besides, mim install mmcv-full should be mim install mmcv-full<=1.6.0 or BasicVSR_PlusPlus can't work properly @ckkelvinchan

KobeWang-supreme commented 11 months ago

I was trying to run the colab demo, but its get stuck at "Building wheels for collected packages: mmcv-full"...

How did you solve this problem friend :)

CarlGao4 commented 11 months ago

Just wait about half an hour and it will pass

kyrie2to11 commented 8 months ago

I was trying to run the colab demo, but its get stuck at "Building wheels for collected packages: mmcv-full"...

Thanks bro! mmcv-full==1.7.0 fails yet mmcv-full==1.6.0 succeeds.