コード例 #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__)