示例#1
0
文件: asset.py 项目: taosenbai/vmaf
 def to_normalized_repr(self):
     return get_unique_str_from_recursive_dict(self.to_normalized_dict())
示例#2
0
文件: asset.py 项目: Alex-Song/vmaf
 def to_normalized_repr(self):
     return get_unique_str_from_recursive_dict(self.to_normalized_dict())
示例#3
0
文件: asset.py 项目: taosenbai/vmaf
 def to_full_repr(self):
     return get_unique_str_from_recursive_dict(self.__dict__)
示例#4
0
文件: asset.py 项目: Alex-Song/vmaf
 def to_full_repr(self):
     return get_unique_str_from_recursive_dict(self.__dict__)