├── README.md ├── combine_subs.py ├── dataset.py ├── main.py ├── model.py ├── prepare_data.py ├── requirements.txt └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/README.md -------------------------------------------------------------------------------- /combine_subs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/combine_subs.py -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/dataset.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/model.py -------------------------------------------------------------------------------- /prepare_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/prepare_data.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karimmamer/CropDetectionDL/HEAD/utils.py --------------------------------------------------------------------------------