Jigsaw-VAD
Jigsaw-VAD copied to clipboard
Code for the paper entitled "Video Anomaly Detection by Solving Decoupled Spatio-Temporal Jigsaw Puzzles" (ECCV 2022)
 Hi, thanks a lot for your great work. May I ask if I first converted the original STC dataset to your structure and then used the gen_patches.py file to...
You do a great job and it's a lot of interesting. I found some problems in the process of reproducing your work. After training for 5 epochs on avenue and...
Hello, I processed the data set according to the steps you gave, but I came across the following problem. Could you please tell me the specific reason? Load 194 videos...
I have reviewed past papers and not found the model called WideBranchNet. Is this a net that you especially designed for vad task or is it some other work you...
Hi, thanks a lot for your great work. when generating the spatial jigsaw, the patch's label(permuation) does not match its real position in the image, if the code is implemented...
Hello, I would like to use the trained model to calculate the anomaly scores for each frame. I found the "calculate_score" function in the evaluate file, but I'm not sure...
How I can train model with my dataset, gen_patches.py can work? I want test with UCF-Crime dataset.
dataset?
Hi, thanks a lot for your great work. “python main.py --dataset shanghaitech --val_step 100 --print_interval 20 --batch_size 192 --sample_num 9 --epochs 100 --static_threshold 0.2 The running_data : 2022-10-08-20-20-25 -------------val_step :...
Hi, thanks a lot for your great work.I hope I can get the label file, but I am not good at making it myself.the mat file.