ZhengPeng7 commited on
Commit
7db7611
·
verified ·
1 Parent(s): dfb6420

Transfer the most concise official version of MoviNet-PS from my GDrive to HF.

Browse files
Files changed (3) hide show
  1. Image.zip +3 -0
  2. README.md +38 -3
  3. annotation.zip +3 -0
Image.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ceb29ead4ec0eb2a0d715dd5c9f4bdf236ffbe6eec716702c7407425c12a2b
3
+ size 26828499428
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ## Terms of Use
4
+
5
+ By downloading the dataset, you agree to the following terms:
6
+
7
+ 1. You will use the data only for non-commercial research and educational purposes.
8
+
9
+
10
+ ## Overall Information
11
+
12
+ ## Introduction
13
+
14
+ './Image': Images collected from MovieNet dataset.
15
+
16
+ './annotation/Images.mat': 1 * 736,835 struct (736,835 images)
17
+ Each line describes the pedestrian information of an image,
18
+ including the image name (imname), the number and locations
19
+ of pedestrians appearing (nAppear and box) in this image.
20
+ './annotation/pool.mat': test images.
21
+
22
+ './annotation/test/train_test/Train.mat': 5532 query persons for training.
23
+ './annotation/test/train_test/TestG2000-TestG10000.mat': 2900 query persons with gallery size varies from 2000 to 10000 for testing.
24
+
25
+ *Note: The location of each person is stored as (xmin, ymin, width, height),
26
+ i.e. crop_im = I ( idlocate(2):idlocate(2)+idlocate(4), idlocate(1):idlocate(1)+idlocate(3) );
27
+
28
+
29
+
30
+ ## Cite
31
+
32
+ @article{zheng2021glcnet,
33
+ title={Global-local context network for person search},
34
+ author={Zheng, Peng and Qin, Jie and Yan, Yichao and Liao, Shengcai and Ni, Bingbing and Cheng, Xiaogang and Shao, Ling},
35
+ journal={arXiv preprint arXiv:2112.02500},
36
+ volume={8},
37
+ year={2021}
38
+ }
annotation.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e96adbea2c3a050c611a08289006009e4031ffe868db4a609bda01003b3e89c7
3
+ size 170613245