pypy commited on
Commit
2b8fe13
·
verified ·
1 Parent(s): d1bfa7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -11,3 +11,27 @@ license: apache-2.0
11
 
12
 
13
  This repository pre-trained checkpoints to evaluate our detection and source tracing models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
 
13
  This repository pre-trained checkpoints to evaluate our detection and source tracing models.
14
+
15
+ **Detection Model**:
16
+
17
+ [I3D](./detect/i3d/invid_i3d_i2v_i2v_best_model.pth) (0 True 1 False)
18
+
19
+ [MAE](./detect/mae/invid_mae_i2v_i2v_best_model.pth) (0 True 1 False)
20
+
21
+ [XCLIP](./detect/xclip/invid_xclip_i2v_i2v_best_model.pth) (0 True 1 False)
22
+
23
+ [MAE-sora](./detect/mae/detection_ft_sora.pt) (0 True 1 False)
24
+
25
+ **Source Tracing Model**
26
+
27
+ > 0 Hotshot-xl 1 i2vgen-xl(i2v) 2 i2vgen-xl(t2v) 3 LaVie 4 SEINE 5 Show-1 6 Stable Video Diffusion 7 VideoCrafter(i2v) 8 VideoCrafter(t2v)
28
+
29
+ [I3D](./source_tracing/i3d/invid_i3d_st_best_model.pth)-based source tracing model
30
+
31
+ [MAE](./source_tracing/mae/invid_mae_st_best_model.pth)-based source tracing model
32
+
33
+ [XCLIP](./source_tracing/xclip/invid_xclip_st_best_model.pth)-based source tracing model
34
+
35
+ [MAE](./source_tracing/mae/source_tracing_ft_sora.pt)-based(sora) source tracing model sora is label 9.
36
+
37
+