├── README.md ├── __init__.py ├── dataset ├── multi_parts │ ├── image │ │ ├── 1 │ │ │ ├── 1.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 2 │ │ │ ├── 2.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 3 │ │ │ ├── 3.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 4 │ │ │ ├── 4.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 5 │ │ │ ├── 5.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 6 │ │ │ ├── 6.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 7 │ │ │ ├── 7.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 8 │ │ │ ├── 8.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 9 │ │ │ ├── 9.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 10 │ │ │ ├── 10.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 11 │ │ │ ├── 11.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 12 │ │ │ ├── 12.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 13 │ │ │ ├── 13.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 14 │ │ │ ├── 14.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 15 │ │ │ ├── 15.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 16 │ │ │ ├── 16.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 17 │ │ │ ├── 17.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 18 │ │ │ ├── 18.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 19 │ │ │ ├── 19.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 20 │ │ │ ├── 20.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 21 │ │ │ ├── 21.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 22 │ │ │ ├── 22.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 23 │ │ │ ├── 23.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 24 │ │ │ ├── 24.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 25 │ │ │ ├── 25.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 26 │ │ │ ├── 26.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 27 │ │ │ ├── 27.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 28 │ │ │ ├── 28.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 29 │ │ │ ├── 29.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 30 │ │ │ ├── 30.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 31 │ │ │ ├── 31.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 32 │ │ │ ├── 32.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 33 │ │ │ ├── 33.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 34 │ │ │ ├── 34.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 35 │ │ │ ├── 35.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 36 │ │ │ ├── 36.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 37 │ │ │ ├── 37.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 38 │ │ │ ├── 38.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 39 │ │ │ ├── 39.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 40 │ │ │ ├── 40.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 41 │ │ │ ├── 41.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 42 │ │ │ ├── 42.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 43 │ │ │ ├── 43.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 44 │ │ │ ├── 44.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 45 │ │ │ ├── 45.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 46 │ │ │ ├── 46.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 47 │ │ │ ├── 47.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 48 │ │ │ ├── 48.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ ├── 49 │ │ │ ├── 49.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ │ ├── function.json │ │ │ │ ├── lang2terrain.txt │ │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ │ └── 50 │ │ │ ├── 50.jpg │ │ │ ├── array.npy │ │ │ ├── data.json │ │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ │ └── result.png │ └── text │ │ ├── 1 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 2 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 3 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 4 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 5 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 6 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 7 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 8 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 9 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 10 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 11 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 12 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 13 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 14 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 15 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 16 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 17 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 18 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 19 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 20 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 21 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 22 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 23 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 24 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 25 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 26 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 27 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 28 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 29 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 30 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 31 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 32 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 33 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 34 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 35 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 36 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 37 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 38 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 39 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 40 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 41 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 42 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 43 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 44 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 45 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 46 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 47 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 48 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ ├── 49 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ └── lang2terrain.txt │ │ └── result.png │ │ └── 50 │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ │ └── result.png └── single_part │ ├── image │ ├── 1 │ │ ├── 1.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 2 │ │ ├── 2.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 3 │ │ ├── 3.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 4 │ │ ├── 4.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 5 │ │ ├── 5.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 6 │ │ ├── 6.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 7 │ │ ├── 7.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 8 │ │ ├── 8.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 9 │ │ ├── 9.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 10 │ │ ├── 10.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 11 │ │ ├── 11.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 12 │ │ ├── 12.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 13 │ │ ├── 13.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 14 │ │ ├── 14.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 15 │ │ ├── 15.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 16 │ │ ├── 16.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 17 │ │ ├── 17.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 18 │ │ ├── 18.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 19 │ │ ├── 19.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 20 │ │ ├── 20.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 21 │ │ ├── 21.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 22 │ │ ├── 22.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 23 │ │ ├── 23.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 24 │ │ ├── 24.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 25 │ │ ├── 25.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 26 │ │ ├── 26.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 27 │ │ ├── 27.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 28 │ │ ├── 28.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 29 │ │ ├── 29.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 30 │ │ ├── 30.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 31 │ │ ├── 31.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 32 │ │ ├── 32.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 33 │ │ ├── 33.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 34 │ │ ├── 34.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 35 │ │ ├── 35.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 36 │ │ ├── 36.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 37 │ │ ├── 37.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 38 │ │ ├── 38.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 39 │ │ ├── 39.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 40 │ │ ├── 40.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 41 │ │ ├── 41.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 42 │ │ ├── 42.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 43 │ │ ├── 43.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 44 │ │ ├── 44.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 45 │ │ ├── 45.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 46 │ │ ├── 46.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 47 │ │ ├── 47.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 48 │ │ ├── 48.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ ├── 49 │ │ ├── 49.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ │ ├── function.json │ │ │ ├── lang2terrain.txt │ │ │ └── scene_prompt.txt │ │ └── result.png │ └── 50 │ │ ├── 50.jpg │ │ ├── array.npy │ │ ├── data.json │ │ ├── prompts │ │ ├── function.json │ │ ├── lang2terrain.txt │ │ └── scene_prompt.txt │ │ └── result.png │ └── txt │ ├── 1 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 2 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 3 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 4 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 5 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 6 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 7 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 8 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 9 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ ├── lang2terrain.txt │ │ └── scene_prompt.txt │ └── result.png │ ├── 10 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 11 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 12 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 13 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 14 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 15 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 16 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 17 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 18 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 19 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 20 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 21 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 22 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 23 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 24 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 25 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 26 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 27 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 28 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 29 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 30 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 31 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 32 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 33 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 34 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 35 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 36 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 37 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 38 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 39 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 40 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 41 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 42 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 43 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 44 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 45 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 46 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 47 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 48 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ ├── 49 │ ├── array.npy │ ├── data.json │ ├── prompts │ │ ├── function.json │ │ └── lang2terrain.txt │ └── result.png │ └── 50 │ ├── array.npy │ ├── data.json │ ├── prompts │ ├── function.json │ └── lang2terrain.txt │ └── result.png ├── generate_dataset.py ├── legged_gym ├── LICENSE ├── envs │ ├── __init__.py │ ├── a1 │ │ └── a1_config.py │ ├── anymal_b │ │ └── anymal_b_config.py │ ├── anymal_c │ │ ├── anymal.py │ │ ├── flat │ │ │ └── anymal_c_flat_config.py │ │ └── mixed_terrains │ │ │ └── anymal_c_rough_config.py │ ├── base │ │ ├── base_config.py │ │ ├── base_task.py │ │ ├── legged_robot.py │ │ └── legged_robot_config.py │ ├── cassie │ │ ├── cassie.py │ │ └── cassie_config.py │ └── h1 │ │ ├── h1.py │ │ └── h1_config.py ├── licenses │ ├── assets │ │ ├── ANYmal_b_license.txt │ │ ├── ANYmal_c_license.txt │ │ ├── a1_license.txt │ │ └── cassie_license.txt │ └── dependencies │ │ └── matplotlib_license.txt ├── scripts │ ├── play.py │ └── train.py ├── setup.py ├── tests │ └── test_env.py └── utils │ ├── __init__.py │ ├── generate_terrain.py │ ├── helpers.py │ ├── logger.py │ ├── math.py │ ├── task_registry.py │ └── terrain.py ├── pipeline.jpg ├── resources ├── images │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 25.jpg │ ├── 26.jpg │ ├── 27.jpg │ ├── 28.jpg │ ├── 29.jpg │ ├── 3.jpg │ ├── 30.jpg │ ├── 31.jpg │ ├── 32.jpg │ ├── 33.jpg │ ├── 34.jpg │ ├── 35.jpg │ ├── 36.jpg │ ├── 37.jpg │ ├── 38.jpg │ ├── 39.jpg │ ├── 4.jpg │ ├── 40.jpg │ ├── 41.jpg │ ├── 42.jpg │ ├── 43.jpg │ ├── 44.jpg │ ├── 45.jpg │ ├── 46.jpg │ ├── 47.jpg │ ├── 48.jpg │ ├── 49.jpg │ ├── 5.jpg │ ├── 50.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── prompts │ ├── function_parts.json │ ├── function_single.json │ ├── generate_requirement.txt │ ├── image2lang.txt │ ├── lang2terrain.txt │ └── lang2terrainsingle.txt └── texts │ ├── 1.txt │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 2.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 3.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ ├── 36.txt │ ├── 37.txt │ ├── 38.txt │ ├── 39.txt │ ├── 4.txt │ ├── 40.txt │ ├── 41.txt │ ├── 42.txt │ ├── 43.txt │ ├── 44.txt │ ├── 45.txt │ ├── 46.txt │ ├── 47.txt │ ├── 48.txt │ ├── 49.txt │ ├── 5.txt │ ├── 50.txt │ ├── 6.txt │ ├── 7.txt │ ├── 8.txt │ └── 9.txt └── utils ├── terrain_utils_parts.py └── terrain_utils_single.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/__init__.py -------------------------------------------------------------------------------- /dataset/multi_parts/image/1/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/1/1.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/1/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/1/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/1/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/1/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/1/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/1/prompts/function.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/1/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/1/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/10/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/10/10.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/10/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/10/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/10/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/10/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/10/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/10/prompts/function.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/10/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/10/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/11/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/11/11.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/11/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/11/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/11/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/11/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/11/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/11/prompts/function.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/11/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/11/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/12/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/12/12.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/12/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/12/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/12/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/12/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/12/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/12/prompts/function.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/12/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/12/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/13/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/13/13.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/13/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/13/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/13/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/13/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/13/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/13/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/14/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/14/14.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/14/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/14/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/14/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/14/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/14/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/14/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/15/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/15/15.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/15/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/15/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/15/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/15/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/15/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/15/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/16/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/16/16.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/16/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/16/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/16/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/16/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/16/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/16/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/17/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/17/17.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/17/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/17/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/17/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/17/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/17/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/17/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/18/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/18/18.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/18/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/18/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/18/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/18/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/18/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/18/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/19/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/19/19.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/19/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/19/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/19/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/19/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/19/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/19/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/2/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/2/2.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/2/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/2/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/2/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/2/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/2/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/20/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/20/20.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/20/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/20/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/20/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/20/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/20/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/20/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/21/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/21/21.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/21/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/21/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/21/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/21/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/21/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/21/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/22/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/22/22.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/22/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/22/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/22/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/22/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/22/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/22/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/23/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/23/23.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/23/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/23/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/23/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/23/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/23/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/23/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/24/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/24/24.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/24/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/24/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/24/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/24/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/24/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/24/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/25/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/25/25.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/25/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/25/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/25/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/25/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/25/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/25/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/26/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/26/26.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/26/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/26/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/26/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/26/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/26/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/26/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/27/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/27/27.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/27/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/27/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/27/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/27/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/27/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/27/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/28/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/28/28.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/28/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/28/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/28/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/28/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/28/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/28/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/29/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/29/29.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/29/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/29/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/29/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/29/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/29/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/29/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/3/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/3/3.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/3/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/3/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/3/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/3/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/3/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/3/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/30/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/30/30.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/30/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/30/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/30/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/30/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/30/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/30/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/31/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/31/31.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/31/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/31/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/31/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/31/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/31/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/31/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/32/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/32/32.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/32/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/32/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/32/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/32/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/32/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/32/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/33/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/33/33.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/33/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/33/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/33/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/33/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/33/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/33/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/34/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/34/34.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/34/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/34/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/34/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/34/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/34/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/34/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/35/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/35/35.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/35/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/35/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/35/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/35/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/35/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/35/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/36/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/36/36.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/36/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/36/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/36/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/36/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/36/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/36/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/37/37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/37/37.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/37/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/37/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/37/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/37/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/37/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/37/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/38/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/38/38.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/38/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/38/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/38/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/38/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/38/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/38/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/39/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/39/39.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/39/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/39/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/39/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/39/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/39/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/39/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/4/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/4/4.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/4/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/4/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/4/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/4/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/4/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/4/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/40/40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/40/40.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/40/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/40/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/40/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/40/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/40/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/40/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/41/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/41/41.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/41/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/41/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/41/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/41/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/41/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/41/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/42/42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/42/42.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/42/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/42/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/42/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/42/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/42/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/42/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/43/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/43/43.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/43/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/43/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/43/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/43/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/43/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/43/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/44/44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/44/44.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/44/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/44/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/44/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/44/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/44/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/44/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/45/45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/45/45.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/45/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/45/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/45/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/45/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/45/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/45/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/46/46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/46/46.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/46/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/46/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/46/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/46/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/46/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/46/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/47/47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/47/47.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/47/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/47/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/47/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/47/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/47/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/47/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/48/48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/48/48.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/48/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/48/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/48/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/48/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/48/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/48/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/49/49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/49/49.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/49/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/49/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/49/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/49/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/49/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/49/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/5/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/5/5.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/5/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/5/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/5/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/5/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/5/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/5/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/50/50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/50/50.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/50/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/50/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/50/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/50/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/50/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/50/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/6/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/6/6.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/6/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/6/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/6/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/6/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/6/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/6/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/7/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/7/7.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/7/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/7/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/7/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/7/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/7/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/7/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/8/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/8/8.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/8/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/8/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/8/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/8/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/8/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/8/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/image/9/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/9/9.jpg -------------------------------------------------------------------------------- /dataset/multi_parts/image/9/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/9/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/image/9/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/9/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/image/9/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/image/9/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/1/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/1/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/1/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/1/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/1/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/1/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/10/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/10/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/10/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/10/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/10/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/10/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/11/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/11/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/11/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/11/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/11/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/11/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/12/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/12/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/12/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/12/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/12/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/12/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/13/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/13/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/13/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/13/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/13/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/13/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/14/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/14/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/14/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/14/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/14/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/14/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/15/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/15/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/15/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/15/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/15/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/15/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/16/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/16/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/16/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/16/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/16/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/16/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/17/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/17/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/17/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/17/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/17/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/17/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/18/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/18/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/18/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/18/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/18/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/18/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/19/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/19/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/19/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/19/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/19/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/19/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/2/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/2/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/2/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/2/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/2/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/20/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/20/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/20/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/20/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/20/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/20/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/21/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/21/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/21/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/21/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/21/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/21/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/22/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/22/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/22/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/22/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/22/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/22/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/23/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/23/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/23/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/23/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/23/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/23/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/24/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/24/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/24/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/24/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/24/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/24/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/25/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/25/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/25/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/25/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/25/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/25/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/26/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/26/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/26/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/26/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/26/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/26/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/27/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/27/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/27/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/27/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/27/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/27/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/28/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/28/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/28/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/28/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/28/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/28/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/29/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/29/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/29/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/29/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/29/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/29/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/3/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/3/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/3/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/3/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/3/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/3/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/30/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/30/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/30/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/30/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/30/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/30/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/31/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/31/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/31/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/31/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/31/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/31/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/32/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/32/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/32/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/32/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/32/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/32/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/33/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/33/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/33/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/33/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/33/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/33/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/34/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/34/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/34/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/34/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/34/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/34/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/35/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/35/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/35/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/35/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/35/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/35/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/36/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/36/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/36/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/36/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/36/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/36/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/37/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/37/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/37/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/37/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/37/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/37/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/38/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/38/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/38/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/38/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/38/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/38/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/39/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/39/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/39/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/39/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/39/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/39/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/4/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/4/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/4/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/4/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/4/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/4/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/40/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/40/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/40/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/40/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/40/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/40/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/41/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/41/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/41/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/41/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/41/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/41/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/42/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/42/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/42/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/42/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/42/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/42/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/43/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/43/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/43/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/43/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/43/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/43/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/44/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/44/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/44/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/44/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/44/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/44/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/45/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/45/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/45/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/45/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/45/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/45/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/46/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/46/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/46/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/46/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/46/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/46/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/47/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/47/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/47/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/47/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/47/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/47/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/48/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/48/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/48/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/48/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/48/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/48/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/49/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/49/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/49/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/49/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/49/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/49/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/5/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/5/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/5/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/5/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/5/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/5/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/50/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/50/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/50/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/50/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/50/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/50/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/6/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/6/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/6/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/6/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/6/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/6/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/7/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/7/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/7/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/7/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/7/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/7/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/8/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/8/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/8/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/8/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/8/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/8/result.png -------------------------------------------------------------------------------- /dataset/multi_parts/text/9/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/9/array.npy -------------------------------------------------------------------------------- /dataset/multi_parts/text/9/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/9/data.json -------------------------------------------------------------------------------- /dataset/multi_parts/text/9/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/multi_parts/text/9/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/1/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/1/1.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/1/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/1/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/1/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/1/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/1/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/1/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/10/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/10/10.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/10/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/10/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/10/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/10/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/10/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/10/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/11/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/11/11.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/11/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/11/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/11/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/11/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/11/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/11/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/12/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/12/12.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/12/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/12/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/12/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/12/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/12/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/12/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/13/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/13/13.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/13/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/13/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/13/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/13/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/13/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/13/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/14/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/14/14.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/14/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/14/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/14/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/14/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/14/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/14/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/15/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/15/15.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/15/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/15/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/15/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/15/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/15/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/15/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/16/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/16/16.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/16/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/16/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/16/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/16/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/16/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/16/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/17/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/17/17.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/17/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/17/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/17/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/17/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/17/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/17/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/18/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/18/18.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/18/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/18/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/18/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/18/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/18/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/18/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/19/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/19/19.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/19/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/19/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/19/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/19/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/19/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/19/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/2/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/2/2.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/2/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/2/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/2/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/2/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/2/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/20/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/20/20.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/20/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/20/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/20/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/20/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/20/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/20/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/21/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/21/21.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/21/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/21/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/21/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/21/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/21/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/21/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/22/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/22/22.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/22/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/22/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/22/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/22/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/22/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/22/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/23/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/23/23.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/23/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/23/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/23/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/23/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/23/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/23/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/24/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/24/24.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/24/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/24/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/24/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/24/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/24/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/24/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/25/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/25/25.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/25/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/25/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/25/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/25/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/25/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/25/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/26/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/26/26.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/26/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/26/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/26/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/26/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/26/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/26/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/27/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/27/27.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/27/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/27/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/27/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/27/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/27/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/27/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/28/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/28/28.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/28/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/28/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/28/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/28/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/28/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/28/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/29/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/29/29.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/29/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/29/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/29/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/29/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/29/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/29/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/3/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/3/3.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/3/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/3/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/3/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/3/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/3/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/3/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/30/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/30/30.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/30/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/30/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/30/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/30/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/30/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/30/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/31/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/31/31.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/31/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/31/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/31/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/31/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/31/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/31/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/32/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/32/32.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/32/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/32/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/32/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/32/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/32/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/32/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/33/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/33/33.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/33/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/33/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/33/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/33/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/33/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/33/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/34/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/34/34.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/34/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/34/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/34/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/34/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/34/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/34/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/35/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/35/35.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/35/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/35/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/35/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/35/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/35/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/35/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/36/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/36/36.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/36/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/36/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/36/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/36/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/36/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/36/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/37/37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/37/37.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/37/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/37/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/37/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/37/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/37/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/37/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/38/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/38/38.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/38/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/38/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/38/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/38/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/38/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/38/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/39/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/39/39.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/39/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/39/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/39/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/39/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/39/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/39/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/4/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/4/4.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/4/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/4/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/4/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/4/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/4/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/4/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/40/40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/40/40.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/40/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/40/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/40/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/40/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/40/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/40/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/41/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/41/41.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/41/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/41/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/41/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/41/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/41/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/41/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/42/42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/42/42.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/42/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/42/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/42/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/42/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/42/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/42/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/43/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/43/43.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/43/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/43/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/43/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/43/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/43/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/43/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/44/44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/44/44.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/44/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/44/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/44/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/44/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/44/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/44/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/45/45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/45/45.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/45/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/45/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/45/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/45/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/45/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/45/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/46/46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/46/46.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/46/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/46/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/46/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/46/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/46/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/46/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/47/47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/47/47.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/47/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/47/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/47/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/47/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/47/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/47/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/48/48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/48/48.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/48/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/48/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/48/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/48/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/48/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/48/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/49/49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/49/49.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/49/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/49/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/49/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/49/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/49/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/49/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/5/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/5/5.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/5/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/5/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/5/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/5/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/5/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/5/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/50/50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/50/50.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/50/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/50/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/50/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/50/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/50/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/50/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/6/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/6/6.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/6/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/6/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/6/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/6/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/6/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/6/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/7/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/7/7.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/7/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/7/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/7/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/7/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/7/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/7/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/8/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/8/8.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/8/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/8/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/8/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/8/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/8/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/8/result.png -------------------------------------------------------------------------------- /dataset/single_part/image/9/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/9/9.jpg -------------------------------------------------------------------------------- /dataset/single_part/image/9/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/9/array.npy -------------------------------------------------------------------------------- /dataset/single_part/image/9/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/9/data.json -------------------------------------------------------------------------------- /dataset/single_part/image/9/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/image/9/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/1/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/1/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/1/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/1/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/1/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/1/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/1/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/1/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/10/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/10/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/10/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/10/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/10/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/10/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/11/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/11/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/11/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/11/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/11/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/11/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/12/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/12/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/12/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/12/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/12/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/12/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/13/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/13/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/13/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/13/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/13/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/13/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/14/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/14/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/14/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/14/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/14/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/14/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/15/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/15/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/15/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/15/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/15/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/15/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/16/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/16/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/16/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/16/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/16/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/16/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/17/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/17/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/17/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/17/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/17/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/17/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/18/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/18/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/18/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/18/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/18/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/18/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/19/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/19/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/19/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/19/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/19/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/19/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/2/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/2/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/2/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/2/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/2/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/2/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/2/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/2/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/20/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/20/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/20/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/20/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/20/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/20/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/21/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/21/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/21/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/21/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/21/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/21/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/22/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/22/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/22/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/22/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/22/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/22/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/23/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/23/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/23/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/23/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/23/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/23/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/24/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/24/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/24/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/24/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/24/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/24/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/25/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/25/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/25/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/25/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/25/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/25/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/26/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/26/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/26/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/26/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/26/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/26/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/27/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/27/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/27/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/27/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/27/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/27/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/28/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/28/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/28/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/28/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/28/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/28/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/29/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/29/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/29/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/29/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/29/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/29/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/3/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/3/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/3/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/3/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/3/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/3/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/3/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/3/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/30/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/30/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/30/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/30/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/30/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/30/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/31/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/31/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/31/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/31/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/31/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/31/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/32/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/32/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/32/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/32/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/32/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/32/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/33/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/33/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/33/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/33/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/33/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/33/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/34/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/34/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/34/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/34/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/34/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/34/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/35/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/35/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/35/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/35/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/35/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/35/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/36/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/36/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/36/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/36/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/36/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/36/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/37/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/37/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/37/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/37/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/37/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/37/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/38/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/38/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/38/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/38/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/38/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/38/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/39/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/39/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/39/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/39/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/39/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/39/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/4/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/4/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/4/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/4/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/4/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/4/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/4/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/4/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/40/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/40/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/40/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/40/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/40/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/40/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/41/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/41/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/41/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/41/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/41/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/41/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/42/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/42/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/42/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/42/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/42/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/42/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/43/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/43/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/43/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/43/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/43/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/43/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/44/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/44/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/44/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/44/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/44/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/44/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/45/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/45/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/45/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/45/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/45/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/45/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/46/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/46/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/46/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/46/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/46/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/46/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/47/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/47/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/47/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/47/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/47/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/47/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/48/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/48/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/48/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/48/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/48/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/48/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/49/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/49/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/49/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/49/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/49/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/49/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/5/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/5/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/5/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/5/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/5/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/5/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/5/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/5/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/50/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/50/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/50/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/50/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/50/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/50/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/6/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/6/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/6/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/6/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/6/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/6/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/6/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/6/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/7/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/7/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/7/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/7/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/7/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/7/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/7/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/7/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/8/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/8/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/8/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/8/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/8/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/8/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/8/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/8/result.png -------------------------------------------------------------------------------- /dataset/single_part/txt/9/array.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/9/array.npy -------------------------------------------------------------------------------- /dataset/single_part/txt/9/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/9/data.json -------------------------------------------------------------------------------- /dataset/single_part/txt/9/prompts/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/9/prompts/function.json -------------------------------------------------------------------------------- /dataset/single_part/txt/9/prompts/scene_prompt.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dataset/single_part/txt/9/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/dataset/single_part/txt/9/result.png -------------------------------------------------------------------------------- /generate_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/generate_dataset.py -------------------------------------------------------------------------------- /legged_gym/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/LICENSE -------------------------------------------------------------------------------- /legged_gym/envs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/__init__.py -------------------------------------------------------------------------------- /legged_gym/envs/a1/a1_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/a1/a1_config.py -------------------------------------------------------------------------------- /legged_gym/envs/anymal_b/anymal_b_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/anymal_b/anymal_b_config.py -------------------------------------------------------------------------------- /legged_gym/envs/anymal_c/anymal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/anymal_c/anymal.py -------------------------------------------------------------------------------- /legged_gym/envs/base/base_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/base/base_config.py -------------------------------------------------------------------------------- /legged_gym/envs/base/base_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/base/base_task.py -------------------------------------------------------------------------------- /legged_gym/envs/base/legged_robot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/base/legged_robot.py -------------------------------------------------------------------------------- /legged_gym/envs/base/legged_robot_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/base/legged_robot_config.py -------------------------------------------------------------------------------- /legged_gym/envs/cassie/cassie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/cassie/cassie.py -------------------------------------------------------------------------------- /legged_gym/envs/cassie/cassie_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/cassie/cassie_config.py -------------------------------------------------------------------------------- /legged_gym/envs/h1/h1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/h1/h1.py -------------------------------------------------------------------------------- /legged_gym/envs/h1/h1_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/envs/h1/h1_config.py -------------------------------------------------------------------------------- /legged_gym/licenses/assets/ANYmal_b_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/licenses/assets/ANYmal_b_license.txt -------------------------------------------------------------------------------- /legged_gym/licenses/assets/ANYmal_c_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/licenses/assets/ANYmal_c_license.txt -------------------------------------------------------------------------------- /legged_gym/licenses/assets/a1_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/licenses/assets/a1_license.txt -------------------------------------------------------------------------------- /legged_gym/licenses/assets/cassie_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/licenses/assets/cassie_license.txt -------------------------------------------------------------------------------- /legged_gym/scripts/play.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/scripts/play.py -------------------------------------------------------------------------------- /legged_gym/scripts/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/scripts/train.py -------------------------------------------------------------------------------- /legged_gym/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/setup.py -------------------------------------------------------------------------------- /legged_gym/tests/test_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/tests/test_env.py -------------------------------------------------------------------------------- /legged_gym/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/__init__.py -------------------------------------------------------------------------------- /legged_gym/utils/generate_terrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/generate_terrain.py -------------------------------------------------------------------------------- /legged_gym/utils/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/helpers.py -------------------------------------------------------------------------------- /legged_gym/utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/logger.py -------------------------------------------------------------------------------- /legged_gym/utils/math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/math.py -------------------------------------------------------------------------------- /legged_gym/utils/task_registry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/task_registry.py -------------------------------------------------------------------------------- /legged_gym/utils/terrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/legged_gym/utils/terrain.py -------------------------------------------------------------------------------- /pipeline.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/pipeline.jpg -------------------------------------------------------------------------------- /resources/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/1.jpg -------------------------------------------------------------------------------- /resources/images/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/10.jpg -------------------------------------------------------------------------------- /resources/images/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/11.jpg -------------------------------------------------------------------------------- /resources/images/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/12.jpg -------------------------------------------------------------------------------- /resources/images/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/13.jpg -------------------------------------------------------------------------------- /resources/images/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/14.jpg -------------------------------------------------------------------------------- /resources/images/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/15.jpg -------------------------------------------------------------------------------- /resources/images/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/16.jpg -------------------------------------------------------------------------------- /resources/images/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/17.jpg -------------------------------------------------------------------------------- /resources/images/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/18.jpg -------------------------------------------------------------------------------- /resources/images/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/19.jpg -------------------------------------------------------------------------------- /resources/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/2.jpg -------------------------------------------------------------------------------- /resources/images/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/20.jpg -------------------------------------------------------------------------------- /resources/images/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/21.jpg -------------------------------------------------------------------------------- /resources/images/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/22.jpg -------------------------------------------------------------------------------- /resources/images/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/23.jpg -------------------------------------------------------------------------------- /resources/images/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/24.jpg -------------------------------------------------------------------------------- /resources/images/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/25.jpg -------------------------------------------------------------------------------- /resources/images/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/26.jpg -------------------------------------------------------------------------------- /resources/images/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/27.jpg -------------------------------------------------------------------------------- /resources/images/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/28.jpg -------------------------------------------------------------------------------- /resources/images/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/29.jpg -------------------------------------------------------------------------------- /resources/images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/3.jpg -------------------------------------------------------------------------------- /resources/images/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/30.jpg -------------------------------------------------------------------------------- /resources/images/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/31.jpg -------------------------------------------------------------------------------- /resources/images/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/32.jpg -------------------------------------------------------------------------------- /resources/images/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/33.jpg -------------------------------------------------------------------------------- /resources/images/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/34.jpg -------------------------------------------------------------------------------- /resources/images/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/35.jpg -------------------------------------------------------------------------------- /resources/images/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/36.jpg -------------------------------------------------------------------------------- /resources/images/37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/37.jpg -------------------------------------------------------------------------------- /resources/images/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/38.jpg -------------------------------------------------------------------------------- /resources/images/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/39.jpg -------------------------------------------------------------------------------- /resources/images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/4.jpg -------------------------------------------------------------------------------- /resources/images/40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/40.jpg -------------------------------------------------------------------------------- /resources/images/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/41.jpg -------------------------------------------------------------------------------- /resources/images/42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/42.jpg -------------------------------------------------------------------------------- /resources/images/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/43.jpg -------------------------------------------------------------------------------- /resources/images/44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/44.jpg -------------------------------------------------------------------------------- /resources/images/45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/45.jpg -------------------------------------------------------------------------------- /resources/images/46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/46.jpg -------------------------------------------------------------------------------- /resources/images/47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/47.jpg -------------------------------------------------------------------------------- /resources/images/48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/48.jpg -------------------------------------------------------------------------------- /resources/images/49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/49.jpg -------------------------------------------------------------------------------- /resources/images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/5.jpg -------------------------------------------------------------------------------- /resources/images/50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/50.jpg -------------------------------------------------------------------------------- /resources/images/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/6.jpg -------------------------------------------------------------------------------- /resources/images/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/7.jpg -------------------------------------------------------------------------------- /resources/images/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/8.jpg -------------------------------------------------------------------------------- /resources/images/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/images/9.jpg -------------------------------------------------------------------------------- /resources/prompts/function_parts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/prompts/function_parts.json -------------------------------------------------------------------------------- /resources/prompts/function_single.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/prompts/function_single.json -------------------------------------------------------------------------------- /resources/prompts/generate_requirement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/prompts/generate_requirement.txt -------------------------------------------------------------------------------- /resources/prompts/image2lang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/prompts/image2lang.txt -------------------------------------------------------------------------------- /resources/prompts/lang2terrain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/prompts/lang2terrain.txt -------------------------------------------------------------------------------- /resources/prompts/lang2terrainsingle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/prompts/lang2terrainsingle.txt -------------------------------------------------------------------------------- /resources/texts/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/1.txt -------------------------------------------------------------------------------- /resources/texts/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/10.txt -------------------------------------------------------------------------------- /resources/texts/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/11.txt -------------------------------------------------------------------------------- /resources/texts/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/12.txt -------------------------------------------------------------------------------- /resources/texts/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/13.txt -------------------------------------------------------------------------------- /resources/texts/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/14.txt -------------------------------------------------------------------------------- /resources/texts/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/15.txt -------------------------------------------------------------------------------- /resources/texts/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/16.txt -------------------------------------------------------------------------------- /resources/texts/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/17.txt -------------------------------------------------------------------------------- /resources/texts/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/18.txt -------------------------------------------------------------------------------- /resources/texts/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/19.txt -------------------------------------------------------------------------------- /resources/texts/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/2.txt -------------------------------------------------------------------------------- /resources/texts/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/20.txt -------------------------------------------------------------------------------- /resources/texts/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/21.txt -------------------------------------------------------------------------------- /resources/texts/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/22.txt -------------------------------------------------------------------------------- /resources/texts/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/23.txt -------------------------------------------------------------------------------- /resources/texts/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/24.txt -------------------------------------------------------------------------------- /resources/texts/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/25.txt -------------------------------------------------------------------------------- /resources/texts/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/26.txt -------------------------------------------------------------------------------- /resources/texts/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/27.txt -------------------------------------------------------------------------------- /resources/texts/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/28.txt -------------------------------------------------------------------------------- /resources/texts/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/29.txt -------------------------------------------------------------------------------- /resources/texts/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/3.txt -------------------------------------------------------------------------------- /resources/texts/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/30.txt -------------------------------------------------------------------------------- /resources/texts/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/31.txt -------------------------------------------------------------------------------- /resources/texts/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/32.txt -------------------------------------------------------------------------------- /resources/texts/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/33.txt -------------------------------------------------------------------------------- /resources/texts/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/34.txt -------------------------------------------------------------------------------- /resources/texts/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/35.txt -------------------------------------------------------------------------------- /resources/texts/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/36.txt -------------------------------------------------------------------------------- /resources/texts/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/37.txt -------------------------------------------------------------------------------- /resources/texts/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/38.txt -------------------------------------------------------------------------------- /resources/texts/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/39.txt -------------------------------------------------------------------------------- /resources/texts/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/4.txt -------------------------------------------------------------------------------- /resources/texts/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/40.txt -------------------------------------------------------------------------------- /resources/texts/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/41.txt -------------------------------------------------------------------------------- /resources/texts/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/42.txt -------------------------------------------------------------------------------- /resources/texts/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/43.txt -------------------------------------------------------------------------------- /resources/texts/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/44.txt -------------------------------------------------------------------------------- /resources/texts/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/45.txt -------------------------------------------------------------------------------- /resources/texts/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/46.txt -------------------------------------------------------------------------------- /resources/texts/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/47.txt -------------------------------------------------------------------------------- /resources/texts/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/48.txt -------------------------------------------------------------------------------- /resources/texts/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/49.txt -------------------------------------------------------------------------------- /resources/texts/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/5.txt -------------------------------------------------------------------------------- /resources/texts/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/50.txt -------------------------------------------------------------------------------- /resources/texts/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/6.txt -------------------------------------------------------------------------------- /resources/texts/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/7.txt -------------------------------------------------------------------------------- /resources/texts/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/8.txt -------------------------------------------------------------------------------- /resources/texts/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/resources/texts/9.txt -------------------------------------------------------------------------------- /utils/terrain_utils_parts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/utils/terrain_utils_parts.py -------------------------------------------------------------------------------- /utils/terrain_utils_single.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaronW/GenTe/HEAD/utils/terrain_utils_single.py --------------------------------------------------------------------------------