Update readme file.
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
To download hico-det images please refer to [this link] (https://drive.google.com/file/d/1dUByzVzM6z1Oq4gENa1-t0FLhr0UtDaS/view?usp=drive_link).
|
| 2 |
+
|
| 3 |
+
Put the images including (train2015/test2015) folders into the directory "Images/images" like below:
|
| 4 |
+
```
|
| 5 |
+
{DATA_ROOT}
|
| 6 |
+
|-- Annotation
|
| 7 |
+
| |--hico-det-instance-level
|
| 8 |
+
| | |--hico-det-training-set-instance-level.json
|
| 9 |
+
| `--hico-fullbody-pose
|
| 10 |
+
| |--halpe_train_v1.json
|
| 11 |
+
| `--halpe_val_v1.json
|
| 12 |
+
|── Configs
|
| 13 |
+
| |--hico_hoi_list.txt
|
| 14 |
+
| `--Part_State_76.txt
|
| 15 |
+
|── Images
|
| 16 |
+
| |--images
|
| 17 |
+
| |--test2015
|
| 18 |
+
| | |--HICO_test2015_00000001.jpg
|
| 19 |
+
| | |--HICO_test2015_00000002.jpg
|
| 20 |
+
| | ...
|
| 21 |
+
| `--train2015
|
| 22 |
+
| |--HICO_train2015_00000001.jpg
|
| 23 |
+
| |--HICO_train2015_00000002.jpg
|
| 24 |
+
| ...
|
| 25 |
+
`── Logic_Rules
|
| 26 |
+
|--gather_rule.pkl
|
| 27 |
+
`--read_rules.py
|
| 28 |
+
```
|