同时支持object movement和camera movement
camera movement control a. 需要训练 b. 分为两个平移和一个zoom in的量 c c a m [ c x , c y , c z ] c_{cam}[c_x,c_y,c_z] ccam[cx,cy,cz],使用的数据是生成的数据MovieShot, c c a m c_{cam} …
1.self.img_ids [i_id.strip() for i_id in open(list_path)]
在图像分割训练中,在list_path对应文件中读取图片的id.
下面是存储图片id的txt文件 for i_id in open(list_path)将id读取出来,如下图 2 strip() 函数 strip() 方法用于移除字符串头尾指定…