streaming part1
This commit is contained in:
8
vr180_streaming/__init__.py
Normal file
8
vr180_streaming/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""VR180 Streaming Matting - True streaming implementation for constant memory usage"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
from .streaming_processor import VR180StreamingProcessor
|
||||
from .config import StreamingConfig
|
||||
|
||||
__all__ = ["VR180StreamingProcessor", "StreamingConfig"]
|
||||
Reference in New Issue
Block a user