Skip to content

Instantly share code, notes, and snippets.

@musan6363
Created July 5, 2021 02:46
Show Gist options
  • Save musan6363/642cc0ee6ec8219b48d996cff35702d6 to your computer and use it in GitHub Desktop.
Save musan6363/642cc0ee6ec8219b48d996cff35702d6 to your computer and use it in GitHub Desktop.
WindowsでGUIのOpenFaceを実行するバッチファイル
start /min C:\Users\cmc-o\OpenFace\GUI4OpenFace\OpenFaceGUI.bat
exit /B 0
cd C:\Users\cmc-o\OpenFace\GUI4OpenFace
call C:\Users\cmc-o\Anaconda3\Scripts\activate.bat
call activate base
python main.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment