This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = "ganspace" | |
version = "0.1.2" | |
description = """ | |
GANSpace: Discovering Interpretable GAN Controls | |
Erik Härkönen, Aaron Hertzmann, Jaakko Lehtinen, Sylvain Paris | |
Aalto University, Adobe Research, NVIDIA | |
https://arxiv.org/abs/2004.02546 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = 'mmdetection' | |
version = '2.3.0.z0' | |
description = \ | |
''' | |
MMDetection is an open source object detection toolbox based on PyTorch. | |
It is a part of the OpenMMLab project developed by Multimedia Laboratory, CUHK. | |
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
name = 'nuke_ml_client' | |
version = '0.0.8.dev20081200' | |
description = '' | |
authors = ['Foundry'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
name = 'protobuf_cpp' | |
version = '3.5.1' | |
description = 'protocol buffers' | |
authors = ['google'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = "python" | |
version = "3.8.6" | |
authors = [ | |
"Guido van Rossum" | |
] | |
description = \ | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = 'zlib' | |
version = '1.2.11' | |
description = \ | |
''' | |
zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library. | |
''' | |
authors = ['www.zlib.net'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
name = 'cmake' | |
version = '3.17.2' | |
description = 'Cross-platform make system' | |
tools = [ | |
'ccmake', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Hack to add per-session state to Streamlit. | |
Usage | |
----- | |
>>> import SessionState | |
>>> | |
>>> session_state = SessionState.get(user_name='', favorite_color='black') | |
>>> session_state.user_name | |
'' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PyOpenColorIO as ocio | |
from typing import Union, List | |
def set_transform_metadata( | |
transform: ocio.Transform, | |
name: str = "", | |
id: str = "", | |
description: Union[str, List[str]] = "", | |
input_descriptor: str = "", | |
output_descriptor: str = "", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.