├── PIT_tensor.py ├── README.md ├── pit_annotations.py ├── pit_images_in_root_folder.py ├── test_annotations └── aachen_000000_000019_leftImg8bit.xml └── test_images ├── RGB.png └── gray.png /PIT_tensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/PIT_tensor.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/README.md -------------------------------------------------------------------------------- /pit_annotations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/pit_annotations.py -------------------------------------------------------------------------------- /pit_images_in_root_folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/pit_images_in_root_folder.py -------------------------------------------------------------------------------- /test_annotations/aachen_000000_000019_leftImg8bit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/test_annotations/aachen_000000_000019_leftImg8bit.xml -------------------------------------------------------------------------------- /test_images/RGB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/test_images/RGB.png -------------------------------------------------------------------------------- /test_images/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sheepooo/PIT-Position-Invariant-Transform/HEAD/test_images/gray.png --------------------------------------------------------------------------------