Phantom Ring
Phantom Ring
这个问题貌似存在好久了,目前的情况是上传完成后依然会在merged和splits中保留原始录播文件和按时间切片的文件。 顺便想问下这个功能是用来删除这俩文件夹里的内容的吗,我的需求是仅删除splits中的文件
执行pip install -r requirements.txt的时候会给你安装FastHan2.0.0版本,但会报错,pip安装1.7版本的即可。如果FastHan初次运行连不上网下不了模型,去它的Issues里找百度网盘下载模型,然后修改model = FastHan()这句为model = FastHan(url="模型路径")即可
About these two lines of code: ``` norm_coords = torch.clamp(norm_coords * self.r, 0, self.r - 1) vox_coords = torch.round(norm_coords).to(torch.int32) ``` The range of norm_coords should be [0,1], so if self.r...
How can I solve this problem? Thanks for your reply.