João Ascenso
Results
1
issues of
João Ascenso
### Problem In `frames_from_video_file` (inside `site/en/tutorials/load_data/video.ipynb`), the code fails when running: ```python sample_video = frames_from_video_file(video_path, n_frames=10) sample_video.shape ``` with the following error: ``` TypeError: 'float' object cannot be interpreted as...