吴邦俊
吴邦俊
这是我的代码,不引入zfplayer 这个方法就可以横竖屏转换的,一旦引入了zfplayer就无法横屏。一直找不到什么原因。很着急,再做不完就延期了,要扣钱了。 作者麻烦回复一下。 + (void)switchNewOrientation:(UIInterfaceOrientation)interfaceOrientation{ NSNumber *resetOrientationTarget = [NSNumber numberWithInt:UIInterfaceOrientationUnknown]; [[UIDevice currentDevice] setValue:resetOrientationTarget forKey:@"orientation"]; NSNumber *orientationTarget = [NSNumber numberWithInt:interfaceOrientation]; [[UIDevice currentDevice] setValue:orientationTarget forKey:@"orientation"]; }
我使用的时候发现,内存飙升,GPU却使用的很少。这是什么原因
换脸结果视频 https://user-images.githubusercontent.com/5328798/232663467-869135dc-a76c-413b-b28b-3f888d5cdb7f.mp4 图片  原视频 https://user-images.githubusercontent.com/5328798/232663506-f8b615c4-5cb8-410e-ace7-5b8c1cb18333.mp4 看了下这个效果有点吓人啊,是我哪里出问题了吗?大家的效果是这个样子的吗? python test_video_swapmulti.py --crop_size 512 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./input/04.jpg --video_path ./input/05.mp4 --output_path ./output/02_512.mp4 --temp_path ./temp_results
模拟器上无法使用
支持并发吗
我的需求是这样的,用户通过别的客户端,选择说话者,输入文本,再点生成。可能同时有上百人在操作生成,而且是不同的说话者(模型),这样的需求是否支持呢? 目前并发请求会出问题。
这个项目难道就凉凉了吗?
There is no news for so many days. It seems that the code will not be released
支持定位吗
支持定位吗
如何提高推理速度?我尝试加入多线程但是不生效
晕,直接闪退,异常也捕获不了,我都快被骂死了 红色框起来的地方出现异常, 异常不可怕,可怕是直接闪退,无法捕获 