kkkjr

Results 31 comments of kkkjr

这里文件夹的名字只能设置为input,我也是无意间看到的,改成input之后就可以运行了

The name of the folder here can only be set to input, I also overlooked it, and after changing it to input, it works!

(geneface) root@autodl-container-883c4da55e-0f4413f7:~/autodl-tmp/GeneFacePlusPlus-main# python data_gen/utils/process_video/extract_segment_imgs.py --ds_name=nerf --vid_dir=data/raw/videos/${VIDEO_ID}.mp4 # extract image, segmap, and background todo videos number: 1 WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1715754318.335415...

> What you can do is simply add path to import `musev`. Here is how you do it: > > `import sys` `sys.path.append("../../../MuseV")` > > This will definitely work It...

Why I can't modify the code? Every time I make changes and run it, the code reverts back to its original state.

> > Why I can't modify the code? Every time I make changes and run it, the code reverts back to its original state. > > Remove the python cache...

> > > > 是不是在这里下采样时丢失的: crop_frame = cv2.resize(crop_frame,(256,256),interpolation = cv2.INTER_LANCZOS4) #raymond > > > > 不下采样,怎么做,必须下采样吗? > > > > > > > > > 这里是因为模型的输入必须是一个固定的size,在目前开源的模型中是256X256。 > > > >...

有个问题lipku哥,就是我用的是4090,infer fps 有 40多,但是final fps 有时候就很低只有20,但是我的服务器cpu使用率又没有用满,这个是为什么啊。 ![Image](https://github.com/user-attachments/assets/4fcbf350-1d45-4041-9ad9-5cf69c969148) ![Image](https://github.com/user-attachments/assets/24bc9499-6ea3-4539-a63e-7032c0cc80fb)

> 最终推流fps和推理fps 还有一个问题,怎么去提升final fps,貌似我的cpu性能没有完全发挥出来?