-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Currently, the `Color Coherence` open of `V…
-
Goal: given v2d format of
```
├── 00000.tar
| ├── 00000.mp4
| ├── 00000.txt
| ├── 00000.json
| ├── 00001.mp4
| ├── 00001.txt
| ├── 00001.json
| └── ...
…
-
I would be nice extracting the keyframes instead of any frames. This trick improves by 5x-7x the generation of the previews.
example:
```
ffmpeg -skip_frame nokey -i file -vf scale=320:-1 -qscal…
-
Hi,
Thanks for your excellent summary.
I have reproduced the related results on the dataset "raw" of FF-DF.
But I got the results as shown:
![image](https://user-images.githubusercontent.com/33…
-
Assuming this is the implementation of the paper "Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder"
1) I think all frames need to be used for training than sampled frames.
The par…
-
### Describe the question.
Hello everyone,
I'm trying to optimise a torch data loading pipeline that involves video decoding and thought I'd give DALI a try (already tried things like `pynvvideocode…
-
will be posting errors I get on webarena here
```bash
2024-10-25 00:28:46,079 - 1684983 - browsergym.experiments.loop - INFO - Running experiment GenericAgent-gpt-4o-mini-2024-07-18_on_webarena.53…
-
# Describe the issue
Native application throws com.oracle.svm.core.jdk.UnsupportedFeatureError in runtime, while using java.lang.reflect.Array to generate a new instance of an object encapsulated in …
-
HI. I am getting a syntaxerror when running the script:
`[desarrollo-01@centos-d01 video-thumbnail-generator]$ ./generator --help
File "./generator", line 42
print "Extracting", int(videoFi…
-
Hi. I have a requirement of reading a sequence of video frames to perform a classification task. I have gone through the documentation of ```dali.fn.readers.video``` but not able to figure it out for…