Example Ortofoto

This commit is contained in:
Daniel Saavedra
2020-04-16 18:29:03 -04:00
parent f4bf75873b
commit a7ff40c357
12 changed files with 1378 additions and 4 deletions

3
.gitignore vendored
View File

@@ -16,5 +16,6 @@ fault_jpg_1/
keras-yolo3-master/log_experimento_fault_gpu/ keras-yolo3-master/log_experimento_fault_gpu/
Result_ssd300_fault_4/ Result_ssd300_fault_4/
Result_yolo3_fault_4/result_otros/ Result_yolo3_fault_4/result_otros/
Result_Ortofoto/
*.h5 *.h5
*.tif

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -28,6 +28,7 @@
"from tqdm import tqdm\n", "from tqdm import tqdm\n",
"import numpy as np\n", "import numpy as np\n",
"import matplotlib.pyplot as plt\n", "import matplotlib.pyplot as plt\n",
"from panel_disconnect import disconnect\n",
"\n" "\n"
] ]
}, },

File diff suppressed because one or more lines are too long

View File

@@ -1362,7 +1362,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.8" "version": "3.7.7"
} }
}, },
"nbformat": 4, "nbformat": 4,