Lukious

Results 5 issues of Lukious

While operating the code, I found that that some sections of the code did not work as intended. e.g) summary.py line 86 outputfiles.sort() is not working properly because of file...

Hello, I use this project for measuring HR from video input. I recorded a video with my camera (1920x1080 video, 30FPS) and get rPPG by using the pyVHR GUI kit(GUI.py)...

HI! , The code has been updated to support the latest package for maintainability. Now it supports not only the most recent keras versions but also tf 2.2. And I...

`Starting session Traceback (most recent call last): File "main_controller_child_trainer.py", line 358, in tf.app.run() File "C:\Users\bm\anaconda3\envs\ENAS_env\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "main_controller_child_trainer.py", line 355, in main train() File...

Hi! I notice that is code is only working at python 2.x versions So I edited some part for supporting python 3.x version and I also add some mkdir codes...