azuredsky

Results 12 issues of azuredsky

I have made a new 68points dataset that collect from 300W and 300VW. Please download from HERE 能否提供下有效下载链接?

run :`python pinyin_timestamping.py 正在为您查询合肥的天气情况。今天是2020年2月24日,合肥市今天多云,最低温度9摄氏度,最高温度15摄氏度,微风。 henan` Traceback (most recent call last): File "pinyin_timestamping.py", line 91, in for item in res['result']: KeyError: 'result

Hi, joonson 1. run python makeFileList.py, It always Skipped audio and video lengths different, I get wav from mp4 by ffmpeg, how do you get wav from m4a or from...

我修改了tools/train.py 如下内容 strategy = "ddp" devices=[0,1,2,3] trainer = pl.Trainer( default_root_dir=cfg.save_dir, max_epochs=cfg.schedule.total_epochs, check_val_every_n_epoch=cfg.schedule.val_intervals, accelerator=accelerator, devices=devices, gpus=len(devices), log_every_n_steps=cfg.log.interval, num_sanity_val_steps=0, callbacks=[TQDMProgressBar(refresh_rate=0)], # disable tqdm bar logger=logger, benchmark=cfg.get("cudnn_benchmark", True), gradient_clip_val=cfg.get("grad_clip", 0.0), strategy=strategy, precision=precision, )...

Hi, when I run meanface_indices, _, _, _ = get_meanface(os.path.join('../data', 'data_300W', 'meanface.txt'), 68) it reported indexError: File "/work/landmark/PIPNet/lib/data_utils.py", line 170, in meanface_indices, _, _, _ = get_meanface(os.path.join('../data', 'data_300W', 'meanface.txt'), 68)...

alignment batch faces like : bboxes, five_landmarks = det_net[gpu_id].batched_detect_faces(batch_frames, 0.97) landmarks = align_net[gpu_id].get_landmarks_from_batch(batch_frames, detected_faces=bboxes)

bboxes = det_net.batched_detect_faces(batch_frames, conf_threshold=0.8, nms_threshold=0.15, use_origin_size=False) File "python3.10/site-packages/facexlib/detection/retinaface.py", line 320, in batched_detect_faces frames = frames - self.mean_tensor RuntimeError: The size of tensor a (4) must match the size of tensor...

### 📚 The doc issue I'm confused about the internvl_c_retrieval and internvl_g_retrieval ,what's the different? and the video_retrieval can an example replace it? ### Suggest a potential alternative/fix could you...

I build successed cuda version, but when I run it with an CUDA error: CUDA error 100 at line 126 in file /hpc_stor01/home/chen/crop_videos/decord/src/video/nvcodec/cuda_decoder_impl.cc: no CUDA-capable device is detected CUDA error...

In the DocXLayout README.md I cannot find the model_path/DocX_dla34_230829.pth, could you show me it?