XYZ

Results 26 issues of XYZ

~/.paddlehub/modules/wav2lip/module.py in __init__(self) 46 nosmooth = False, 47 face_detector = 'sfd', ---> 48 face_enhancement = True) 49 50 ~/.paddlehub/modules/wav2lip/model.py in __init__(self, checkpoint_path, static, fps, pads, face_det_batch_size, wav2lip_batch_size, resize_factor, crop, box,...

30 self.module_similar = hub.Module(name="ernie_gen_couplet") # 调用对联生成的模型 31 self.module_poem = hub.Module(name="ernie_gen_poetry") # 调用古诗生成的模型 32 /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlehub/module/module.py in __new__(cls, name, directory, version, source, update, branch, ignore_env_mismatch, **kwargs) 393 branch=branch, 394 ignore_env_mismatch=ignore_env_mismatch, --> 395...

1. add md5sum check in deploy/pipelien/download.py 2. add illegal parking recognition to pipeline.

请问ASRF视频动作分割模型速度如何?谢谢~

Thanks for sharing. How long will it take for training?

How long will it cost for taining on PASCAL-Context dataset? And the config of your device

How long will it cost for training AA-Wide-ResNet on CIFAR100 dataset? And can you share your training device with me? Thank you!

When I ran "sh build.sh", I got errors as follows: CRFasRNNLayer/permutohedral_lattice/src/LatticeFilterKernel.cu(114): error: function "LatticeFilter::compute_position_vectors [with T=float, pd=6, vd=4]" explicitly instantiated more than once CRFasRNNLayer/permutohedral_lattice/src/LatticeFilterKernel.cu(114): error: function "LatticeFilter::filter [with T=float, pd=6,...

Thanks for sharing. When I set up the lib and import dense_interface, I got an error as follows: Traceback (most recent call last): File "", line 1, in File "/home1/zhangyaxian16/zyx/CRF/DenseInferenceWrapper/denseinference/CRFProcessor.py",...

AI Studio中运行下面代码: ``` import visualdl visualdl.server.app.run('/home/aistudio/log', host="127.0.0.1", port=8080, cache_timeout=20, language=None, public_path=None, api_only=False, open_browser=False) ``` 出现错误: ---------------------------------------------------------------------------AttributeError Traceback (most recent call last)/tmp/ipykernel_146/3209179876.py in 1 import visualdl ----> 2 visualdl.server.app.run('/home/aistudio/log', 3 host="127.0.0.1",...