Qiubin XU
Qiubin XU
melon.mp4 is my filename when I run this: ``` !python neural_style.py --video \ --video_input_dir ./video_input/"melon.mp4" \ --style_imgs starry-night.jpg \ --content_weight 5 \ --style_weight 1000 \ --temporal_weight 1000 \ --start_frame 1...
I use the whole new conda environment, but when run the example video transfer command, error occurs: ``` from tensorflow_estimator.python.estimator import estimator File "C:\Users\XU\.conda\envs\anime\lib\site-packages\tensorflow_estimator\python\estimator\estimator.py", line 36, in from tensorflow.python.profiler import...
我用的是conda的虚拟环境,tf1.5,但是每次运行实例代码(inference和video transfer)总会出错,不知道问题在哪里呢?google说的是升级tf2.0,感觉问题不在这里.. `from tensorflow_estimator.python.estimator import estimator File "C:\Users\XU\.conda\envs\anime\lib\site-packages\tensorflow_estimator\python\estimator\estimator.py", line 36, in from tensorflow.python.profiler import trace ImportError: cannot import name 'trace'`
Is there some file about YOLOv5 or runway missed? I hope this script can run, which will be pretty good for dataset preparing
The history part for summay of past conversation is always in English. How to change it please?
I try to set the "system" role maessage when using ConversationChain with ConversationSummaryBufferMemory(CSBM), but it is failed. When I change the ConversationSummaryBufferMemory to the ConversationBufferMemory, it become worked. But I'd...
2023-03-23 10:33:03,882 launcher.py[line:45] INFO ProxyPool Version: 2.4.0 2023-03-23 10:33:03,883 launcher.py[line:50] INFO ProxyPool configure HOST: 0.0.0.0 2023-03-23 10:33:03,884 launcher.py[line:51] INFO ProxyPool configure PORT: 5000 2023-03-23 10:33:03,884 launcher.py[line:52] INFO ProxyPool configure PROXY_FETCHER:...
My work needs to crop the face chip from my own img dataset. I just need to crop and align the face from the image, no matter who is he/she/it....
我希望新出现的图片是在最前面的,但是当把新的元素放在list的前面,list更新了,显示却不更新新的图片; 如果是正常的顺序,放在list后面就没问题,会在最后正常更新新的图片
**Describe the problem** I have registered the auth0 and copy several key value in to the .local-config.json. After I open localhost:3000, the google account also has linked but it always...