Jack Lau
Jack Lau
I use two methods to try to run the project 1. I download the project latest source code,and I use pip download all of dependencies,but i meet the error.BTW,the environment...
## DeOldify path set > the py_deoldify_module.py will be executed firstly, but the `sys.path.insert(0, './DeOldify')` writed in deoldify_demo.py, so there will be meeting error like this `ModuleNotFoundError: No module named...
按照[README.md](https://github.com/BabitMF/bmf/blob/master/bmf/demo/colorization_python/Readme.md) 的引导 建立conda虚拟环境,下载完相关依赖运行demo后找不到hmp库 ``` (deoldify_py39) root@bd912f7bf229:~/bmf/bmf/demo/colorization_python# python3.9 deoldify_demo.py Traceback (most recent call last): File "/root/bmf/bmf/demo/colorization_python/deoldify_demo.py", line 1, in import bmf File "/root/bmf/output/bmf/__init__.py", line 3, in from bmf.python_sdk.module_functor import make_sync_func File...
when i want to run the enhance_demo, i meet the bug, i know it's from ffmpeg, but my computer is in CUDA environment, and the gpu was using by python...
* update enhance_demo.py * add internal module: split_module and assemble_module * add copy constructors in ModuleConfig, StreamConfig, NodeMetaInfo, NodeConfig * add methods and variables in NodeConfig * add create_split_node, create_assemble_node,...
macOS hasn't been called "Mac OS" for a while macOS is a more modern name, mac OS usually refers to Classic Mac OS which is the series of [operating systems](https://en.wikipedia.org/wiki/Operating_system)...
add AddCallback interface in cpp builder, fix the callback_binding string update .gitignore for mac developers fix cpp_transcode callback case through changing the value of bitrate check
Add some details such as code examples Keep comments consistent with documentation https://github.com/BabitMF/BabitMF.github.io/pull/32