Skip to content

Commit

Permalink
Adiciona seção: Ferramenta de anotação integrada com método EGSIS
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Dec 18, 2023
1 parent 169fe85 commit 466d49c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions 2-textuais/4-resultados.tex
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,51 @@ \section{Comparação quantitativa com o estado-da-arte da segmentação interat
classe. Além disso, seria útil explorar novas técnicas de extração de
características que gerem valores de similaridade mais
discriminantes.

\section{Ferramenta de anotação integrada com método EGSIS}\label{sec:ferramenta-anotacao}

Para a exploração e avaliação dos resultados a nível individual de
imagem, desenvolveu-se uma ferramenta de anotação parcial de imagens
para testar o método EGSIS.\@ Esta ferramenta é utilizada no cenário de
segmentação interativa e seu uso é descrito nesta seção.


\begin{figure}[h!]
\captionsetup{width=16cm}
\Caption{\label{fig:annotator-label-annotation}
Ferramenta para anotação parcial de imagem, com pontos
circulares e classes distintas por cor.
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=16cm]{figuras/annotator-label-annotation}}}{\Fonte{\fonteautorscikit}}

Check warning on line 270 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 270 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?

Check warning on line 270 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fonteautorscikit

"fonteautorscikit" is a typo. Did you mean "autoras-cientistas"?
\end{figure}
\FloatBarrier{}


A Figura~\ref{fig:annotator-label-annotation} ilustra a ferramenta
desenvolvida. Durante a inicialização do anotador, é possível declarar
o nome das classes a serem anotadas e selecionar a cor das anotações
{---} neste caso, verde para o plano de fundo e azul para a retina. A
cada clique do mouse, um ponto circular com raio variável pode ser
anotado, cujo tamanho pode ser definido pela ferramenta através de um
botão deslizante. Por fim, obtém-se uma instância do anotador que
contém as anotações e que pode ser usada para gerar uma matriz de
rótulos por pixel.

\begin{figure}[h!]
\captionsetup{width=16cm}
\Caption{\label{fig:annotator-egsis-execution}

Check warning on line 287 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

annotator-egsis-execution

"annotator-egsis-execution" is a typo. Did you mean "annotator-exegesis-execution"?
Execução do método EGSIS com a matriz de rótulos gerada pelo anotador.
}
\centering
\UFCfig{}{\fbox{\includegraphics[width=16cm]{figuras/annotator-egsis-execution}}}{\Fonte{\fonteautorscikit}}

Check warning on line 291 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

UFCfig

"UFCfig" is a typo. Did you mean "UFCig"?

Check warning on line 291 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

annotator-egsis-execution

"annotator-egsis-execution" is a typo. Did you mean "annotator-exegesis-execution"?

Check warning on line 291 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fbox

"fbox" is a typo. Did you mean "fox"?

Check warning on line 291 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

fonteautorscikit

"fonteautorscikit" is a typo. Did you mean "autoras-cientistas"?
\end{figure}
\FloatBarrier{}

Na Figura~\ref{fig:annotator-egsis-execution}, a execução do algoritmo

Check warning on line 295 in 2-textuais/4-resultados.tex

View workflow job for this annotation

GitHub Actions / Typo CI

annotator-egsis-execution

"annotator-egsis-execution" is a typo. Did you mean "annotator-exegesis-execution"?
EGSIS é ilustrada utilizando os dados de anotação como matriz de
rótulos $y$, que contém as anotações parciais. Ao final da execução, a
máscara de segmentação colorida é exibida sobreposta à imagem
original. Nessa situação, uma segmentação perfeita foi alcançada após
corrigir os erros do modelo na ferramenta de anotação com novos
pontos.
Binary file added figuras/annotator-egsis-execution.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 figuras/annotator-label-annotation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 466d49c

Please sign in to comment.