Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Brotherta committed Jan 23, 2022
1 parent e2237fc commit 6da5974
Show file tree
Hide file tree
Showing 24 changed files with 800 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rep/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Authors:
Jean-Philippe Carlens
Antoine Vidal-Mazuy

Sources : https://github.com/Brotherta/Facial-Mask-Recognition
Binary file added rep/Rapport_de_NNL.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions rep/rapport/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
|-------:| ---------------------------------------------------------------------
|rapport:| This package extends the article document class for students reports.
| Author:| Marie Pelleau
| E-mail:| marie.pelleau@univ-cotedazur.fr
|License:| Released under the LaTeX Project Public License v1.3c or later
| See:| http://www.latex-project.org/lppl.txt

Short description:
This package extends the article document class for students reports.

28 changes: 28 additions & 0 deletions rep/rapport/biblio.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
@book{KerasInstall,
title = {Install TensorFlow 2},
url = {https://www.tensorflow.org/install}
}

@book{classScratch,
author = {François Chollet},
title = {Image classification from scratch},
url = {https://keras.io/examples/vision/image_classification_from_scratch/}
}

@book{convExplain,
author = {ujjwalkarn},
title = {An Intuitive Explanation of Convolutional Neural Networks},
url = {https://ujjwalkarn.me/2016/08/11/intuitive-explanation-convnets/}
}

@book{convdLayer,
author = {Adrian Rosebrock},
title = {Keras Conv2D and Convolutional Layers},
url = {https://www.pyimagesearch.com/2018/12/31/keras-conv2d-and-convolutional-layers/}
}

@book{gitFace,
author = {Anas Badawi},
title = {Face-Detection},
url = {https://github.com/anasbadawy/Face-Detection}
}
Binary file added rep/rapport/img/Mast inf logo.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 added rep/rapport/img/UCA logo.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 added rep/rapport/img/demiface.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 added rep/rapport/img/logo-master.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 added rep/rapport/img/logo_haut.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 added rep/rapport/plots/best.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 added rep/rapport/plots/dense_acc.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 added rep/rapport/plots/dense_loss.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 added rep/rapport/plots/dropout_loss.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 added rep/rapport/plots/dropoutr_acc.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 added rep/rapport/plots/filters_acc.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 added rep/rapport/plots/filters_loss.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 added rep/rapport/plots/keras_conv2d_num_filters.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 added rep/rapport/plots/kernel_acc.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 added rep/rapport/plots/kernel_loss.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 added rep/rapport/plots/model_acc.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 added rep/rapport/plots/model_loss.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 added rep/rapport/rapport-example.pdf
Binary file not shown.
136 changes: 136 additions & 0 deletions rep/rapport/rapport.cls
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
%%
%% This is file `rapport.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% rapport.dtx (with options: `class')
%% -------:| ---------------------------------------------------------------------
%% rapport:| This package extends the article document class for students reports.
%% Author:| Marie Pelleau
%% E-mail:| marie.pelleau@univ-cotedazur.fr
%% License:| Released under the LaTeX Project Public License v1.3c or later
%% See:| http://www.latex-project.org/lppl.txt
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{rapport}
[2021/11/22 v1.10 adding the titlepageneglish macro.]
% \LoadClass[a4paper, twoside]{article}
\LoadClass[a4paper]{article}

\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax


\RequirePackage{geometry,tikz,afterpage}
\RequirePackage{titling,fancyhdr}
\RequirePackage{graphicx}
\RequirePackage{enumitem}
\RequirePackage{natbib}
\RequirePackage{amsthm}
\RequirePackage{xspace}
\graphicspath{img/}
\def\@author{No authors given}
\def\@supervisor{No supervisor given}
\newcommand{\supervisor}[1]{\gdef\@supervisor{#1}}
\def\@universityname{Universit\'e C\^ote d'Azur}
\newcommand{\universityname}[1]{\gdef\@universityname{#1}}
\def\@universitylogo{img/UCA logo.png}
\newcommand{\universitylogo}[1]{\gdef\@universitylogo{#1}}
\def\@formation{Master Informatique}
\newcommand{\formation}[1]{\gdef\@formation{#1}}
\def\@formationlogo{img/Mast inf logo.png}
\newcommand{\formationlogo}[1]{\gdef\@formationlogo{#1}}
\def\@autresLogos{}
\newcommand{\autresLogos}[1]{\gdef\@autresLogos{#1}}

\def\@type{NNL}
\newcommand{\type}[1]{\gdef\@type{#1}}
\newif\if@englishtitlepage
\@englishtitlepagefalse
% \newcommand{\englishTitlePage}{\global\@englishtitlepagetrue}

\def\pageblanche{
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
}
\renewcommand{\maketitle}{
\thispagestyle{empty}
\newgeometry{left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.5cm}

\foreach \img in \@universitylogo {
\includegraphics[height=2.5cm]{\img}
}
\hfill
\includegraphics[height=2.5cm]{\@formationlogo}

{\centering

\vspace*{\fill}\noindent
{\LARGE\textsc{\if@englishtitlepage\@type\ report \else Rapport de \@type\fi}}

\vspace{3cm}\noindent\rule{0.75\linewidth}{0.5mm}\\\vspace{0.5cm}
{\Huge\textbf{\@title}}
\\\vspace{0.5cm}\rule{0.75\linewidth}{0.5mm}

\vspace{3cm}
{\Large
\begin{minipage}[t]{0.4\linewidth}
\textit{\if@englishtitlepage Prepared by\else Réalisé par\fi}\\
\foreach \aut in \@author {
\textbf{\aut\\}
}
\end{minipage}
\hfill
\begin{minipage}[t]{0.4\linewidth}
\begin{flushright}
\textit{\if@englishtitlepage Supervised by\else Encadré par\fi}\\
\foreach \sup in \@supervisor {
\sup\\
}
\end{flushright}
\end{minipage}
}

\if\@autresLogos\@empty \else
\vfill
\foreach \img in \@autresLogos {
\includegraphics[height=1.5cm]{\img}\hfill
}
\fi

\vspace*{\fill}\noindent
{\large \@formation\\\if@englishtitlepage at \else à \fi \@universityname\\\@date}

}

\clearpage
\restoregeometry
\pageblanche
\setcounter{page}{1}
}

%%
%% Copyright (C) 2019-2020 by Marie Pelleau <marie.pelleau@univ-cotedazur.fr>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
%% version 1.3c of this license or (at your option) any later
%% version. The latest version of this license is in the file:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% This work is "maintained" (as per LPPL maintenance status) by
%% Marie Pelleau.
%%
%% This work is inspired by the exercice package of Arnaud Malapert.
%%
%% This work consists of the file rapport.dtx and a Makefile.
%% Running "make" generates the derived files README, rapport.pdf and rapport.cls.
%% Running "make inst" installs the files in the user's TeX tree.
%% Running "make install" installs the files in the local TeX tree.
%%
%%
%% End of file `rapport.cls'.
Loading

0 comments on commit 6da5974

Please sign in to comment.