Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeC-D committed Nov 26, 2018
1 parent d59d846 commit 3b2e2c6
Show file tree
Hide file tree
Showing 131 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Projet/FormatData.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import os
import glob
import cv2
from PIL import Image
import numpy as np

curpath = os.path.abspath(os.curdir)

Expand All @@ -16,5 +18,5 @@
constant = cv2.copyMakeBorder(img, 10, 10, 10, 10, cv2.BORDER_CONSTANT,value=BLACK)
out = [i + "_" for i in img_path.split('_')[1:-2]]
out.append(img_path.split('_')[-1])
with open(curpath + output_path + "".join(out), 'wb+') as f:
f.write(constant)
result = Image.fromarray(constant.astype(np.uint8))
result.save(curpath + output_path + "".join(out))
Binary file modified Projet/TrainingSet/a_bot_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/a_dif_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/a_left_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/a_right_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/a_top_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/b_bot_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/b_dif_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/b_left_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/b_right_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/b_top_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/c_bot_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/c_dif_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/c_left_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/c_right_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/c_top_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/d_bot_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/d_dif_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/d_left_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/d_right_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/d_top_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/e_bot_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/e_dif_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/e_left_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/e_right_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/e_top_seg_cropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Projet/TrainingSet/f_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/f_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/f_left_seg_cropped.png
Binary file modified Projet/TrainingSet/f_right_seg_cropped.png
Binary file modified Projet/TrainingSet/f_top_seg_cropped.png
Binary file modified Projet/TrainingSet/g_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/g_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/g_left_seg_cropped.png
Binary file modified Projet/TrainingSet/g_right_seg_cropped.png
Binary file modified Projet/TrainingSet/g_top_seg_cropped.png
Binary file modified Projet/TrainingSet/h_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/h_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/h_left_seg_cropped.png
Binary file modified Projet/TrainingSet/h_right_seg_cropped.png
Binary file modified Projet/TrainingSet/h_top_seg_cropped.png
Binary file modified Projet/TrainingSet/i_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/i_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/i_left_seg_cropped.png
Binary file modified Projet/TrainingSet/i_right_seg_cropped.png
Binary file modified Projet/TrainingSet/i_top_seg_cropped.png
Binary file modified Projet/TrainingSet/j_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/j_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/j_left_seg_cropped.png
Binary file modified Projet/TrainingSet/j_right_seg_cropped.png
Binary file modified Projet/TrainingSet/j_top_seg_cropped.png
Binary file modified Projet/TrainingSet/k_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/k_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/k_left_seg_cropped.png
Binary file modified Projet/TrainingSet/k_right_seg_cropped.png
Binary file modified Projet/TrainingSet/k_top_seg_cropped.png
Binary file modified Projet/TrainingSet/l_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/l_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/l_left_seg_cropped.png
Binary file modified Projet/TrainingSet/l_right_seg_cropped.png
Binary file modified Projet/TrainingSet/l_top_seg_cropped.png
Binary file modified Projet/TrainingSet/m_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/m_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/m_left_seg_cropped.png
Binary file modified Projet/TrainingSet/m_right_seg_cropped.png
Binary file modified Projet/TrainingSet/m_top_seg_cropped.png
Binary file modified Projet/TrainingSet/n_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/n_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/n_left_seg_cropped.png
Binary file modified Projet/TrainingSet/n_right_seg_cropped.png
Binary file modified Projet/TrainingSet/n_top_seg_cropped.png
Binary file modified Projet/TrainingSet/o_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/o_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/o_left_seg_cropped.png
Binary file modified Projet/TrainingSet/o_right_seg_cropped.png
Binary file modified Projet/TrainingSet/o_top_seg_cropped.png
Binary file modified Projet/TrainingSet/p_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/p_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/p_left_seg_cropped.png
Binary file modified Projet/TrainingSet/p_right_seg_cropped.png
Binary file modified Projet/TrainingSet/p_top_seg_cropped.png
Binary file modified Projet/TrainingSet/q_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/q_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/q_left_seg_cropped.png
Binary file modified Projet/TrainingSet/q_right_seg_cropped.png
Binary file modified Projet/TrainingSet/q_top_seg_cropped.png
Binary file modified Projet/TrainingSet/r_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/r_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/r_left_seg_cropped.png
Binary file modified Projet/TrainingSet/r_right_seg_cropped.png
Binary file modified Projet/TrainingSet/r_top_seg_cropped.png
Binary file modified Projet/TrainingSet/s_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/s_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/s_left_seg_cropped.png
Binary file modified Projet/TrainingSet/s_right_seg_cropped.png
Binary file modified Projet/TrainingSet/s_top_seg_cropped.png
Binary file modified Projet/TrainingSet/t_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/t_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/t_left_seg_cropped.png
Binary file modified Projet/TrainingSet/t_right_seg_cropped.png
Binary file modified Projet/TrainingSet/t_top_seg_cropped.png
Binary file modified Projet/TrainingSet/u_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/u_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/u_left_seg_cropped.png
Binary file modified Projet/TrainingSet/u_right_seg_cropped.png
Binary file modified Projet/TrainingSet/u_top_seg_cropped.png
Binary file modified Projet/TrainingSet/v_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/v_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/v_left_seg_cropped.png
Binary file modified Projet/TrainingSet/v_right_seg_cropped.png
Binary file modified Projet/TrainingSet/v_top_seg_cropped.png
Binary file modified Projet/TrainingSet/w_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/w_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/w_left_seg_cropped.png
Binary file modified Projet/TrainingSet/w_right_seg_cropped.png
Binary file modified Projet/TrainingSet/w_top_seg_cropped.png
Binary file modified Projet/TrainingSet/x_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/x_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/x_left_seg_cropped.png
Binary file modified Projet/TrainingSet/x_right_seg_cropped.png
Binary file modified Projet/TrainingSet/x_top_seg_cropped.png
Binary file modified Projet/TrainingSet/y_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/y_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/y_left_seg_cropped.png
Binary file modified Projet/TrainingSet/y_right_seg_cropped.png
Binary file modified Projet/TrainingSet/y_top_seg_cropped.png
Binary file modified Projet/TrainingSet/z_bot_seg_cropped.png
Binary file modified Projet/TrainingSet/z_dif_seg_cropped.png
Binary file modified Projet/TrainingSet/z_left_seg_cropped.png
Binary file modified Projet/TrainingSet/z_right_seg_cropped.png
Binary file modified Projet/TrainingSet/z_top_seg_cropped.png

0 comments on commit 3b2e2c6

Please sign in to comment.