logo
Browse Source

update

main
video-decode 2 years ago
parent
commit
02504760a5
  1. 13
      README.md

13
README.md

@ -15,13 +15,18 @@ __init__(self, start_time=None, end_time=None, sample_type=None, args=None)
Args:
- start_time: float
- end_time: float
decode video [start_time, end_time)
sample_type:
decode video from start_time to end_time
- sample_type: str
uniform_temporal_subsample
args:
num_samples: int
- args: dict
num_samples: int
```python

Loading…
Cancel
Save