├── .gitignore ├── LICENCE ├── README.md ├── __init__.py ├── checkpoints ├── checkpoint └── checkpoint.ckpt-1.index ├── goturn_net.py ├── imgs └── pull7f-web_e2.png ├── load_and_test.py ├── test_example ├── searching │ ├── 000000.jpg │ ├── 000001.jpg │ ├── 000002.jpg │ ├── 000003.jpg │ ├── 000004.jpg │ ├── 000005.jpg │ ├── 000006.jpg │ ├── 000007.jpg │ ├── 000008.jpg │ ├── 000009.jpg │ ├── 000010.jpg │ ├── 000011.jpg │ ├── 000012.jpg │ ├── 000013.jpg │ ├── 000014.jpg │ ├── 000015.jpg │ ├── 000016.jpg │ ├── 000017.jpg │ ├── 000018.jpg │ ├── 000019.jpg │ ├── 000020.jpg │ ├── 000021.jpg │ ├── 000022.jpg │ ├── 000023.jpg │ ├── 000024.jpg │ ├── 000025.jpg │ ├── 000026.jpg │ ├── 000027.jpg │ ├── 000028.jpg │ ├── 000029.jpg │ ├── 000030.jpg │ ├── 000031.jpg │ ├── 000032.jpg │ ├── 000033.jpg │ ├── 000034.jpg │ ├── 000035.jpg │ ├── 000036.jpg │ ├── 000037.jpg │ ├── 000038.jpg │ ├── 000039.jpg │ ├── 000040.jpg │ ├── 000041.jpg │ ├── 000042.jpg │ ├── 000043.jpg │ ├── 000044.jpg │ ├── 000045.jpg │ ├── 000046.jpg │ ├── 000047.jpg │ ├── 000048.jpg │ ├── 000049.jpg │ ├── 000050.jpg │ ├── 000051.jpg │ ├── 000052.jpg │ ├── 000053.jpg │ ├── 000054.jpg │ ├── 000055.jpg │ ├── 000056.jpg │ ├── 000057.jpg │ ├── 000058.jpg │ ├── 000059.jpg │ ├── 000060.jpg │ ├── 000061.jpg │ ├── 000062.jpg │ ├── 000063.jpg │ ├── 000064.jpg │ ├── 000065.jpg │ ├── 000066.jpg │ ├── 000067.jpg │ ├── 000068.jpg │ ├── 000069.jpg │ ├── 000070.jpg │ ├── 000071.jpg │ ├── 000072.jpg │ ├── 000073.jpg │ ├── 000074.jpg │ ├── 000075.jpg │ ├── 000076.jpg │ ├── 000077.jpg │ ├── 000078.jpg │ ├── 000079.jpg │ ├── 000080.jpg │ ├── 000081.jpg │ ├── 000082.jpg │ ├── 000083.jpg │ ├── 000084.jpg │ ├── 000085.jpg │ ├── 000086.jpg │ ├── 000087.jpg │ ├── 000088.jpg │ ├── 000089.jpg │ ├── 000090.jpg │ ├── 000091.jpg │ ├── 000092.jpg │ ├── 000093.jpg │ ├── 000094.jpg │ ├── 000095.jpg │ ├── 000096.jpg │ ├── 000097.jpg │ ├── 000098.jpg │ ├── 000099.jpg │ └── 000100.jpg └── target │ ├── 000000.jpg │ ├── 000001.jpg │ ├── 000002.jpg │ ├── 000003.jpg │ ├── 000004.jpg │ ├── 000005.jpg │ ├── 000006.jpg │ ├── 000007.jpg │ ├── 000008.jpg │ ├── 000009.jpg │ ├── 000010.jpg │ ├── 000011.jpg │ ├── 000012.jpg │ ├── 000013.jpg │ ├── 000014.jpg │ ├── 000015.jpg │ ├── 000016.jpg │ ├── 000017.jpg │ ├── 000018.jpg │ ├── 000019.jpg │ ├── 000020.jpg │ ├── 000021.jpg │ ├── 000022.jpg │ ├── 000023.jpg │ ├── 000024.jpg │ ├── 000025.jpg │ ├── 000026.jpg │ ├── 000027.jpg │ ├── 000028.jpg │ ├── 000029.jpg │ ├── 000030.jpg │ ├── 000031.jpg │ ├── 000032.jpg │ ├── 000033.jpg │ ├── 000034.jpg │ ├── 000035.jpg │ ├── 000036.jpg │ ├── 000037.jpg │ ├── 000038.jpg │ ├── 000039.jpg │ ├── 000040.jpg │ ├── 000041.jpg │ ├── 000042.jpg │ ├── 000043.jpg │ ├── 000044.jpg │ ├── 000045.jpg │ ├── 000046.jpg │ ├── 000047.jpg │ ├── 000048.jpg │ ├── 000049.jpg │ ├── 000050.jpg │ ├── 000051.jpg │ ├── 000052.jpg │ ├── 000053.jpg │ ├── 000054.jpg │ ├── 000055.jpg │ ├── 000056.jpg │ ├── 000057.jpg │ ├── 000058.jpg │ ├── 000059.jpg │ ├── 000060.jpg │ ├── 000061.jpg │ ├── 000062.jpg │ ├── 000063.jpg │ ├── 000064.jpg │ ├── 000065.jpg │ ├── 000066.jpg │ ├── 000067.jpg │ ├── 000068.jpg │ ├── 000069.jpg │ ├── 000070.jpg │ ├── 000071.jpg │ ├── 000072.jpg │ ├── 000073.jpg │ ├── 000074.jpg │ ├── 000075.jpg │ ├── 000076.jpg │ ├── 000077.jpg │ ├── 000078.jpg │ ├── 000079.jpg │ ├── 000080.jpg │ ├── 000081.jpg │ ├── 000082.jpg │ ├── 000083.jpg │ ├── 000084.jpg │ ├── 000085.jpg │ ├── 000086.jpg │ ├── 000087.jpg │ ├── 000088.jpg │ ├── 000089.jpg │ ├── 000090.jpg │ ├── 000091.jpg │ ├── 000092.jpg │ ├── 000093.jpg │ ├── 000094.jpg │ ├── 000095.jpg │ ├── 000096.jpg │ ├── 000097.jpg │ ├── 000098.jpg │ ├── 000099.jpg │ └── 000100.jpg ├── test_set.txt ├── train.py └── train_set.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /checkpoints/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/checkpoints/checkpoint -------------------------------------------------------------------------------- /checkpoints/checkpoint.ckpt-1.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/checkpoints/checkpoint.ckpt-1.index -------------------------------------------------------------------------------- /goturn_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/goturn_net.py -------------------------------------------------------------------------------- /imgs/pull7f-web_e2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/imgs/pull7f-web_e2.png -------------------------------------------------------------------------------- /load_and_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/load_and_test.py -------------------------------------------------------------------------------- /test_example/searching/000000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000000.jpg -------------------------------------------------------------------------------- /test_example/searching/000001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000001.jpg -------------------------------------------------------------------------------- /test_example/searching/000002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000002.jpg -------------------------------------------------------------------------------- /test_example/searching/000003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000003.jpg -------------------------------------------------------------------------------- /test_example/searching/000004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000004.jpg -------------------------------------------------------------------------------- /test_example/searching/000005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000005.jpg -------------------------------------------------------------------------------- /test_example/searching/000006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000006.jpg -------------------------------------------------------------------------------- /test_example/searching/000007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000007.jpg -------------------------------------------------------------------------------- /test_example/searching/000008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000008.jpg -------------------------------------------------------------------------------- /test_example/searching/000009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000009.jpg -------------------------------------------------------------------------------- /test_example/searching/000010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000010.jpg -------------------------------------------------------------------------------- /test_example/searching/000011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000011.jpg -------------------------------------------------------------------------------- /test_example/searching/000012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000012.jpg -------------------------------------------------------------------------------- /test_example/searching/000013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000013.jpg -------------------------------------------------------------------------------- /test_example/searching/000014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000014.jpg -------------------------------------------------------------------------------- /test_example/searching/000015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000015.jpg -------------------------------------------------------------------------------- /test_example/searching/000016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000016.jpg -------------------------------------------------------------------------------- /test_example/searching/000017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000017.jpg -------------------------------------------------------------------------------- /test_example/searching/000018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000018.jpg -------------------------------------------------------------------------------- /test_example/searching/000019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000019.jpg -------------------------------------------------------------------------------- /test_example/searching/000020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000020.jpg -------------------------------------------------------------------------------- /test_example/searching/000021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000021.jpg -------------------------------------------------------------------------------- /test_example/searching/000022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000022.jpg -------------------------------------------------------------------------------- /test_example/searching/000023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000023.jpg -------------------------------------------------------------------------------- /test_example/searching/000024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000024.jpg -------------------------------------------------------------------------------- /test_example/searching/000025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000025.jpg -------------------------------------------------------------------------------- /test_example/searching/000026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000026.jpg -------------------------------------------------------------------------------- /test_example/searching/000027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000027.jpg -------------------------------------------------------------------------------- /test_example/searching/000028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000028.jpg -------------------------------------------------------------------------------- /test_example/searching/000029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000029.jpg -------------------------------------------------------------------------------- /test_example/searching/000030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000030.jpg -------------------------------------------------------------------------------- /test_example/searching/000031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000031.jpg -------------------------------------------------------------------------------- /test_example/searching/000032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000032.jpg -------------------------------------------------------------------------------- /test_example/searching/000033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000033.jpg -------------------------------------------------------------------------------- /test_example/searching/000034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000034.jpg -------------------------------------------------------------------------------- /test_example/searching/000035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000035.jpg -------------------------------------------------------------------------------- /test_example/searching/000036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000036.jpg -------------------------------------------------------------------------------- /test_example/searching/000037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000037.jpg -------------------------------------------------------------------------------- /test_example/searching/000038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000038.jpg -------------------------------------------------------------------------------- /test_example/searching/000039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000039.jpg -------------------------------------------------------------------------------- /test_example/searching/000040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000040.jpg -------------------------------------------------------------------------------- /test_example/searching/000041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000041.jpg -------------------------------------------------------------------------------- /test_example/searching/000042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000042.jpg -------------------------------------------------------------------------------- /test_example/searching/000043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000043.jpg -------------------------------------------------------------------------------- /test_example/searching/000044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000044.jpg -------------------------------------------------------------------------------- /test_example/searching/000045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000045.jpg -------------------------------------------------------------------------------- /test_example/searching/000046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000046.jpg -------------------------------------------------------------------------------- /test_example/searching/000047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000047.jpg -------------------------------------------------------------------------------- /test_example/searching/000048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000048.jpg -------------------------------------------------------------------------------- /test_example/searching/000049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000049.jpg -------------------------------------------------------------------------------- /test_example/searching/000050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000050.jpg -------------------------------------------------------------------------------- /test_example/searching/000051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000051.jpg -------------------------------------------------------------------------------- /test_example/searching/000052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000052.jpg -------------------------------------------------------------------------------- /test_example/searching/000053.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000053.jpg -------------------------------------------------------------------------------- /test_example/searching/000054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000054.jpg -------------------------------------------------------------------------------- /test_example/searching/000055.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000055.jpg -------------------------------------------------------------------------------- /test_example/searching/000056.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000056.jpg -------------------------------------------------------------------------------- /test_example/searching/000057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000057.jpg -------------------------------------------------------------------------------- /test_example/searching/000058.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000058.jpg -------------------------------------------------------------------------------- /test_example/searching/000059.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000059.jpg -------------------------------------------------------------------------------- /test_example/searching/000060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000060.jpg -------------------------------------------------------------------------------- /test_example/searching/000061.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000061.jpg -------------------------------------------------------------------------------- /test_example/searching/000062.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000062.jpg -------------------------------------------------------------------------------- /test_example/searching/000063.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000063.jpg -------------------------------------------------------------------------------- /test_example/searching/000064.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000064.jpg -------------------------------------------------------------------------------- /test_example/searching/000065.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000065.jpg -------------------------------------------------------------------------------- /test_example/searching/000066.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000066.jpg -------------------------------------------------------------------------------- /test_example/searching/000067.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000067.jpg -------------------------------------------------------------------------------- /test_example/searching/000068.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000068.jpg -------------------------------------------------------------------------------- /test_example/searching/000069.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000069.jpg -------------------------------------------------------------------------------- /test_example/searching/000070.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000070.jpg -------------------------------------------------------------------------------- /test_example/searching/000071.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000071.jpg -------------------------------------------------------------------------------- /test_example/searching/000072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000072.jpg -------------------------------------------------------------------------------- /test_example/searching/000073.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000073.jpg -------------------------------------------------------------------------------- /test_example/searching/000074.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000074.jpg -------------------------------------------------------------------------------- /test_example/searching/000075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000075.jpg -------------------------------------------------------------------------------- /test_example/searching/000076.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000076.jpg -------------------------------------------------------------------------------- /test_example/searching/000077.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000077.jpg -------------------------------------------------------------------------------- /test_example/searching/000078.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000078.jpg -------------------------------------------------------------------------------- /test_example/searching/000079.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000079.jpg -------------------------------------------------------------------------------- /test_example/searching/000080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000080.jpg -------------------------------------------------------------------------------- /test_example/searching/000081.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000081.jpg -------------------------------------------------------------------------------- /test_example/searching/000082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000082.jpg -------------------------------------------------------------------------------- /test_example/searching/000083.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000083.jpg -------------------------------------------------------------------------------- /test_example/searching/000084.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000084.jpg -------------------------------------------------------------------------------- /test_example/searching/000085.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000085.jpg -------------------------------------------------------------------------------- /test_example/searching/000086.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000086.jpg -------------------------------------------------------------------------------- /test_example/searching/000087.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000087.jpg -------------------------------------------------------------------------------- /test_example/searching/000088.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000088.jpg -------------------------------------------------------------------------------- /test_example/searching/000089.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000089.jpg -------------------------------------------------------------------------------- /test_example/searching/000090.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000090.jpg -------------------------------------------------------------------------------- /test_example/searching/000091.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000091.jpg -------------------------------------------------------------------------------- /test_example/searching/000092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000092.jpg -------------------------------------------------------------------------------- /test_example/searching/000093.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000093.jpg -------------------------------------------------------------------------------- /test_example/searching/000094.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000094.jpg -------------------------------------------------------------------------------- /test_example/searching/000095.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000095.jpg -------------------------------------------------------------------------------- /test_example/searching/000096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000096.jpg -------------------------------------------------------------------------------- /test_example/searching/000097.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000097.jpg -------------------------------------------------------------------------------- /test_example/searching/000098.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000098.jpg -------------------------------------------------------------------------------- /test_example/searching/000099.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000099.jpg -------------------------------------------------------------------------------- /test_example/searching/000100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/searching/000100.jpg -------------------------------------------------------------------------------- /test_example/target/000000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000000.jpg -------------------------------------------------------------------------------- /test_example/target/000001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000001.jpg -------------------------------------------------------------------------------- /test_example/target/000002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000002.jpg -------------------------------------------------------------------------------- /test_example/target/000003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000003.jpg -------------------------------------------------------------------------------- /test_example/target/000004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000004.jpg -------------------------------------------------------------------------------- /test_example/target/000005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000005.jpg -------------------------------------------------------------------------------- /test_example/target/000006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000006.jpg -------------------------------------------------------------------------------- /test_example/target/000007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000007.jpg -------------------------------------------------------------------------------- /test_example/target/000008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000008.jpg -------------------------------------------------------------------------------- /test_example/target/000009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000009.jpg -------------------------------------------------------------------------------- /test_example/target/000010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000010.jpg -------------------------------------------------------------------------------- /test_example/target/000011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000011.jpg -------------------------------------------------------------------------------- /test_example/target/000012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000012.jpg -------------------------------------------------------------------------------- /test_example/target/000013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000013.jpg -------------------------------------------------------------------------------- /test_example/target/000014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000014.jpg -------------------------------------------------------------------------------- /test_example/target/000015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000015.jpg -------------------------------------------------------------------------------- /test_example/target/000016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000016.jpg -------------------------------------------------------------------------------- /test_example/target/000017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000017.jpg -------------------------------------------------------------------------------- /test_example/target/000018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000018.jpg -------------------------------------------------------------------------------- /test_example/target/000019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000019.jpg -------------------------------------------------------------------------------- /test_example/target/000020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000020.jpg -------------------------------------------------------------------------------- /test_example/target/000021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000021.jpg -------------------------------------------------------------------------------- /test_example/target/000022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000022.jpg -------------------------------------------------------------------------------- /test_example/target/000023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000023.jpg -------------------------------------------------------------------------------- /test_example/target/000024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000024.jpg -------------------------------------------------------------------------------- /test_example/target/000025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000025.jpg -------------------------------------------------------------------------------- /test_example/target/000026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000026.jpg -------------------------------------------------------------------------------- /test_example/target/000027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000027.jpg -------------------------------------------------------------------------------- /test_example/target/000028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000028.jpg -------------------------------------------------------------------------------- /test_example/target/000029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000029.jpg -------------------------------------------------------------------------------- /test_example/target/000030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000030.jpg -------------------------------------------------------------------------------- /test_example/target/000031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000031.jpg -------------------------------------------------------------------------------- /test_example/target/000032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000032.jpg -------------------------------------------------------------------------------- /test_example/target/000033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000033.jpg -------------------------------------------------------------------------------- /test_example/target/000034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000034.jpg -------------------------------------------------------------------------------- /test_example/target/000035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000035.jpg -------------------------------------------------------------------------------- /test_example/target/000036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000036.jpg -------------------------------------------------------------------------------- /test_example/target/000037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000037.jpg -------------------------------------------------------------------------------- /test_example/target/000038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000038.jpg -------------------------------------------------------------------------------- /test_example/target/000039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000039.jpg -------------------------------------------------------------------------------- /test_example/target/000040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000040.jpg -------------------------------------------------------------------------------- /test_example/target/000041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000041.jpg -------------------------------------------------------------------------------- /test_example/target/000042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000042.jpg -------------------------------------------------------------------------------- /test_example/target/000043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000043.jpg -------------------------------------------------------------------------------- /test_example/target/000044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000044.jpg -------------------------------------------------------------------------------- /test_example/target/000045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000045.jpg -------------------------------------------------------------------------------- /test_example/target/000046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000046.jpg -------------------------------------------------------------------------------- /test_example/target/000047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000047.jpg -------------------------------------------------------------------------------- /test_example/target/000048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000048.jpg -------------------------------------------------------------------------------- /test_example/target/000049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000049.jpg -------------------------------------------------------------------------------- /test_example/target/000050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000050.jpg -------------------------------------------------------------------------------- /test_example/target/000051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000051.jpg -------------------------------------------------------------------------------- /test_example/target/000052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000052.jpg -------------------------------------------------------------------------------- /test_example/target/000053.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000053.jpg -------------------------------------------------------------------------------- /test_example/target/000054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000054.jpg -------------------------------------------------------------------------------- /test_example/target/000055.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000055.jpg -------------------------------------------------------------------------------- /test_example/target/000056.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000056.jpg -------------------------------------------------------------------------------- /test_example/target/000057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000057.jpg -------------------------------------------------------------------------------- /test_example/target/000058.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000058.jpg -------------------------------------------------------------------------------- /test_example/target/000059.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000059.jpg -------------------------------------------------------------------------------- /test_example/target/000060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000060.jpg -------------------------------------------------------------------------------- /test_example/target/000061.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000061.jpg -------------------------------------------------------------------------------- /test_example/target/000062.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000062.jpg -------------------------------------------------------------------------------- /test_example/target/000063.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000063.jpg -------------------------------------------------------------------------------- /test_example/target/000064.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000064.jpg -------------------------------------------------------------------------------- /test_example/target/000065.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000065.jpg -------------------------------------------------------------------------------- /test_example/target/000066.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000066.jpg -------------------------------------------------------------------------------- /test_example/target/000067.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000067.jpg -------------------------------------------------------------------------------- /test_example/target/000068.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000068.jpg -------------------------------------------------------------------------------- /test_example/target/000069.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000069.jpg -------------------------------------------------------------------------------- /test_example/target/000070.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000070.jpg -------------------------------------------------------------------------------- /test_example/target/000071.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000071.jpg -------------------------------------------------------------------------------- /test_example/target/000072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000072.jpg -------------------------------------------------------------------------------- /test_example/target/000073.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000073.jpg -------------------------------------------------------------------------------- /test_example/target/000074.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000074.jpg -------------------------------------------------------------------------------- /test_example/target/000075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000075.jpg -------------------------------------------------------------------------------- /test_example/target/000076.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000076.jpg -------------------------------------------------------------------------------- /test_example/target/000077.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000077.jpg -------------------------------------------------------------------------------- /test_example/target/000078.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000078.jpg -------------------------------------------------------------------------------- /test_example/target/000079.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000079.jpg -------------------------------------------------------------------------------- /test_example/target/000080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000080.jpg -------------------------------------------------------------------------------- /test_example/target/000081.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000081.jpg -------------------------------------------------------------------------------- /test_example/target/000082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000082.jpg -------------------------------------------------------------------------------- /test_example/target/000083.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000083.jpg -------------------------------------------------------------------------------- /test_example/target/000084.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000084.jpg -------------------------------------------------------------------------------- /test_example/target/000085.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000085.jpg -------------------------------------------------------------------------------- /test_example/target/000086.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000086.jpg -------------------------------------------------------------------------------- /test_example/target/000087.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000087.jpg -------------------------------------------------------------------------------- /test_example/target/000088.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000088.jpg -------------------------------------------------------------------------------- /test_example/target/000089.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000089.jpg -------------------------------------------------------------------------------- /test_example/target/000090.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000090.jpg -------------------------------------------------------------------------------- /test_example/target/000091.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000091.jpg -------------------------------------------------------------------------------- /test_example/target/000092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000092.jpg -------------------------------------------------------------------------------- /test_example/target/000093.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000093.jpg -------------------------------------------------------------------------------- /test_example/target/000094.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000094.jpg -------------------------------------------------------------------------------- /test_example/target/000095.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000095.jpg -------------------------------------------------------------------------------- /test_example/target/000096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000096.jpg -------------------------------------------------------------------------------- /test_example/target/000097.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000097.jpg -------------------------------------------------------------------------------- /test_example/target/000098.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000098.jpg -------------------------------------------------------------------------------- /test_example/target/000099.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000099.jpg -------------------------------------------------------------------------------- /test_example/target/000100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_example/target/000100.jpg -------------------------------------------------------------------------------- /test_set.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/test_set.txt -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/train.py -------------------------------------------------------------------------------- /train_set.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tangyuhao/GOTURN-Tensorflow/HEAD/train_set.txt --------------------------------------------------------------------------------