├── README.md ├── cropped_frame.npy ├── enlarged_mask.npy ├── environment.yml ├── shifted_mask.npy ├── shrunken_mask.npy ├── snakes.py ├── snakes_demo.py └── target_mask.npy /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/README.md -------------------------------------------------------------------------------- /cropped_frame.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/cropped_frame.npy -------------------------------------------------------------------------------- /enlarged_mask.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/enlarged_mask.npy -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/environment.yml -------------------------------------------------------------------------------- /shifted_mask.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/shifted_mask.npy -------------------------------------------------------------------------------- /shrunken_mask.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/shrunken_mask.npy -------------------------------------------------------------------------------- /snakes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/snakes.py -------------------------------------------------------------------------------- /snakes_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/snakes_demo.py -------------------------------------------------------------------------------- /target_mask.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brikeats/Snakes-in-a-Plane/HEAD/target_mask.npy --------------------------------------------------------------------------------