-
-
Save jcheong0428/c16146b386ea60fab888b56e8e5ee747 to your computer and use it in GitHub Desktop.
@weskhoo Thank you for catching the bug and fixing it! Added to the gist!
Hi, Cheong. I encountered with the same error when I run OpenFace in Google Colab. The feedback said that there is an error "/bin/bash: ./OpenFace/build/bin/FaceLandmarkVidMulti: No such file or directory". I tried the updated "Get newest GCC", but I failed. Could you please kindly help me with it? Many thanks!
Hi, Jcheong, thanks a lot for sharing this code on google colab.
This code worked well before, but in late January 2023, the installation parts encountered some problems like "Couldn't find any package by regex 'nvidia-machine-learning-repo-ubuntu1804_1.0.0-1_amd64.deb'", i'm not quite sure if it's because of the google colab service (it works well before), and the code may need a little modification?
thanks!
Yes, I agree with you. The code worked smoothly until late January. I am wondering how could we modify the code accordingly.
Many thanks.
Hello,
When I try to run the code I have a message : No such file or directory processed/video.avi
The program worked when I tried few months ago
Is there any solution ? I'm using the code for my master thesis but it does not work anymore ...
Hello,
When I try to run the code I have a message : No such file or directory processed/video.avi The program worked when I tried few months ago
Is there any solution ? I'm using the code for my master thesis but it does not work anymore ...
Dear Nicolasd, yes.I've found the solution. I searched for an OpenFace Offline Application, which worked fine in Windows system. Please go to this page for more information. https://sourceforge.net/projects/openface.mirror/
I hope this helps.
Best,
Skye
hello, guys.
I started using this google colab but I have this error: "/bin/bash: ./OpenFace/build/bin/FaceLandmarkVidMulti: No such file or directory" I see all the suggestions here, but I can't fix the problem. do you have any idea?
thank you in advance
Hello,
When I try to run the code I have a message : No such file or directory processed/video.avi The program worked when I tried few months ago
Is there any solution ? I'm using the code for my master thesis but it does not work anymore ...Dear Nicolasd, yes.I've found the solution. I searched for an OpenFace Offline Application, which worked fine in Windows system. Please go to this page for more information. https://sourceforge.net/projects/openface.mirror/ I hope this helps.
Best, Skye
Sorry I'm new to this, may I ask how did you make it work? I also have the same problem with the processed directory
Hello,
When I try to run the code I have a message : No such file or directory processed/video.avi The program worked when I tried few months ago
Is there any solution ? I'm using the code for my master thesis but it does not work anymore ...Dear Nicolasd, yes.I've found the solution. I searched for an OpenFace Offline Application, which worked fine in Windows system. Please go to this page for more information. https://sourceforge.net/projects/openface.mirror/ I hope this helps.
Best, SkyeSorry I'm new to this, may I ask how did you make it work? I also have the same problem with the processed directory
I use the command line directly in Powershell so now it works but no longer with Google Colab
Hello,
When I try to run the code I have a message : No such file or directory processed/video.avi The program worked when I tried few months ago
Is there any solution ? I'm using the code for my master thesis but it does not work anymore ...Dear Nicolasd, yes.I've found the solution. I searched for an OpenFace Offline Application, which worked fine in Windows system. Please go to this page for more information. https://sourceforge.net/projects/openface.mirror/ I hope this helps.
Best, SkyeSorry I'm new to this, may I ask how did you make it work? I also have the same problem with the processed directory
I use the command line directly in Powershell so now it works but no longer with Google Colab
Thank you! I manage to make it work using Powershell tho I'm quite not satisfied because I still want to use the notebook without having to manually upload the .avi and .csv file on Colab. Is there any way I can use it with Jupyter? Also is there a way to run the .exe file in jupyter?
Hello, good evening.
Any news about the problem reported above ? "/bin/bash: ./OpenFace/build/bin/FaceLandmarkVidMulti: No such file or directory"
No file is being created in \bin and the command is not finding the file for this reason. Could someone please shed some light on this?
Hello, good evening. Any news about the problem reported above ? "/bin/bash: ./OpenFace/build/bin/FaceLandmarkVidMulti: No such file or directory" No file is being created in \bin and the command is not finding the file for this reason. Could someone please shed some light on this?
Yes, I have downloaded OpenFaceOffline on my computer, and it successfully ran. Please go to this page if you want to run OpenFace offline. https://sourceforge.net/projects/openface.mirror/
Hello, good evening. Any news about the problem reported above ? "/bin/bash: ./OpenFace/build/bin/FaceLandmarkVidMulti: No such file or directory" No file is being created in \bin and the command is not finding the file for this reason. Could someone please shed some light on this?
Yes, I have downloaded OpenFaceOffline on my computer, and it successfully ran. Please go to this page if you want to run OpenFace offline. https://sourceforge.net/projects/openface.mirror/
Hi @SkyeChanGi, I am messing with sensitive data and cannot run the solution offline as I cannot keep the data on my own machine. Is there any possibility of a fix for what is happening?
Hi Accj1990, I am so sorry that I have no idea on fixing the errors of running OpenFace in Google Colab. :( I am also waiting for someone who can solve the problem.
Getting same error-
"-- Configuring done
CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_core" which requires target "tbb" that is not in the export set.
-- Generating done
-- Build files have been written to: /content/OpenFace/opencv-4.1.0/build"
Can anyone help with this?
Any fix found?
Getting same error- "-- Configuring done CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_core" which requires target "tbb" that is not in the export set. -- Generating done -- Build files have been written to: /content/OpenFace/opencv-4.1.0/build" Can anyone help with this?
Any fix ?
Hello @jcheong0428,
I think I fixed it for now. Your google colab is working.
I think it's an error with the video drivers. I added these 2 lines in #Get newest GCC.
Get newest GCC
!sudo apt-get update
!sudo apt-get install build-essential
!sudo apt-get install g++-8
#added 5/15/2022
!sudo apt-key del 7fa2af80
!sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
install python dependencies
!pip install -q youtube-dl