├── CNNsoftmask.py ├── README.md ├── data.zip ├── file_loader.py ├── flowdatacheck_taxi.py ├── iLayer.py ├── main.py └── models.py /CNNsoftmask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/CNNsoftmask.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/data.zip -------------------------------------------------------------------------------- /file_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/file_loader.py -------------------------------------------------------------------------------- /flowdatacheck_taxi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/flowdatacheck_taxi.py -------------------------------------------------------------------------------- /iLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/iLayer.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/main.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbdj-star/cga/HEAD/models.py --------------------------------------------------------------------------------