├── README.md ├── basicU-Net.py ├── car.jpg ├── cat.jpg ├── denseU-Net.py ├── dilateU-Net.py ├── evalSeg-Net-inference.py ├── evalSeg-Net.py ├── get_segmentation.py ├── lowRes-net.py └── model.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/README.md -------------------------------------------------------------------------------- /basicU-Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/basicU-Net.py -------------------------------------------------------------------------------- /car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/car.jpg -------------------------------------------------------------------------------- /cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/cat.jpg -------------------------------------------------------------------------------- /denseU-Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/denseU-Net.py -------------------------------------------------------------------------------- /dilateU-Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/dilateU-Net.py -------------------------------------------------------------------------------- /evalSeg-Net-inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/evalSeg-Net-inference.py -------------------------------------------------------------------------------- /evalSeg-Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/evalSeg-Net.py -------------------------------------------------------------------------------- /get_segmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/get_segmentation.py -------------------------------------------------------------------------------- /lowRes-net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/lowRes-net.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ioanacroi/unsup-learning-from-video/HEAD/model.py --------------------------------------------------------------------------------