Closed hcwinsemius closed 1 month ago
@hcwinsemius I works nicely (after installing a couple of packages). However, personally I like to see the data, hence why not doing this:
The idea of ` pooch
is that a user does not have to worry about storage locations to run an example and that data is cached so that it gets downloaded only once. And the location is not hidden but printed to the console so you can easily find it and play it in any video player of you want that.
As for the windows. Do you have a preferred way to store it different from a simple.bin file? I am happy to change it into a different format.
sample_data.py
which contains two functions that download the sample video from zenodo and create the windows.bin file, used in testing.opencv-python
is for reading videos, assuming that theIWaVE
class will contain a video reader.README.md
with further descriptions and provisions for examples (to be refined once API class is ready