-
# CVPR 2024 - Open-Vocabulary Video Anomaly Detection
* 论文:
![image](https://github.com/lartpang/blog/assets/26847524/39e42922-523a-4f5f-b350-23fa5164eeab)
这篇文章主要研究了开放词汇视频异常检测(openvocabulary …
-
Hi, I'm studying Video Anomaly Detection now.
First, Thank you for your contribution.
I'm wondering that can I implement your model with out audio feature?
What I mean is only RGB and Flow featur…
-
will you provide the implementation ?
-
I'm researching Video Anomaly Detection now. So I try to implement you code for feature extraction.
First of all, thank you for your contribution.
When I run your code, for example I3D extractor, …
-
I have read your excellent paper. I have some question about the content “Accordingly, the input of the network is a cuboid constructed by stacking 16 neighbor frames in grayscale. The structures of e…
-
**Is your feature request related to a problem?**
As part of the olly project, `text to anomaly detector` is an important feature which lets LLM to give the recommended parameters for creating anomal…
-
The loss function in your paper is
![image](https://user-images.githubusercontent.com/32972764/54752790-427f2400-4c1a-11e9-9113-b06bcef6e89a.png)
![image](https://user-images.githubusercontent.…
-
Hello, I would like to ask how you determined the detection frame of the same person in five adjacent frames in the paper “Cloze Test Helps: Effective Video Anomaly Detection via Learning to Complete …
-
I tried to clone this project repo LearningApi on a Windows machine and I am getting the following error
```
error: invalid path 'LearningApi/src/MLAlgorithms/Anomaly Detection_Latest_2019-20 bat…
-
Have followed the steps to train the model on the HEVI features and ego-motion files provided by the author. Now I have:
- fol_epoch_091_loss_0.0113.pt
- ego_pred_epoch_091_loss_0.0180.pt
Then …