예제 #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__)