decord
decord copied to clipboard
Install from source to colab, can't find CMakeLists
In order to run decord with powerful compute,I chose colab run it. And I input command one by one according the order. When I run this command
!cmake .. -DUSE_CUDA=0
!make
There throw a error as below
CMake Error: The source directory " / " does not appear to contain CMakeLists.txt.
Any advice?
Looks like your current working dir is not the one inside decord/build