Fazil Altinel
2 years ago
3 changed files with 21 additions and 99 deletions
@ -1,43 +0,0 @@ |
|||||
<html> |
|
||||
<head> |
|
||||
<title>Fazil Altinel | Projects</title> |
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> |
|
||||
<!--The design of this webpage is based on http://www.jeffweisbein.com--> |
|
||||
<link rel="stylesheet" href="style_term.css"> |
|
||||
</head> |
|
||||
<body> |
|
||||
<span id="console"><span id="a">fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> find / -iname "projects"</br> |
|
||||
<pre> |
|
||||
├── <a href="https://github.com/avaapm/STGADA">STGADA</a> |
|
||||
| PyTorch implementation of our paper named "Self-training Guided Adversarial Domain Adaptation For Thermal Imagery" (accepted to CVPR 2023 PBVS workshop). |
|
||||
| |
|
||||
├── <a href="https://github.com/avaapm/SGADA">SGADA</a> |
|
||||
| PyTorch implementation of our paper named "Self-training Guided Adversarial Domain Adaptation For Thermal Imagery" (accepted to CVPR 2021 PBVS workshop). |
|
||||
| |
|
||||
├── <a href="https://git.altinel.dev/fazil/ADDA.PyTorch-resnet">ADDA-PyTorch_ResNet</a> |
|
||||
| A PyTorch implementation of paper "Adversarial Discriminative Domain Adaptation" using ResNet. |
|
||||
| |
|
||||
├── <a href="https://git.altinel.dev/fazil/pytorch-dann-resnet">DANN-PyTorch-ResNet</a> |
|
||||
| A PyTorch implementation of paper "Unsupervised Domain Adaptation by Backpropagation" using ResNet. |
|
||||
| |
|
||||
├── <a href="https://github.com/cvlab-tohoku/DSEBImageInpainting">DSEBImageInpainting</a> |
|
||||
| TensorFlow implementation of our paper named "Deep Structured Energy-Based Image Inpainting" (accepted to ICPR 2018). |
|
||||
| |
|
||||
├── <a href="https://git.altinel.dev/fazil/SelfDrivingCarTrafficLight">SelfDrivingCarTrafficLight</a> |
|
||||
| Simple TensorFlow implementation of traffic light detection and classification tasks for Udacity annotated self-driving dataset. |
|
||||
| |
|
||||
└── <a href="https://git.altinel.dev/fazil/ytMusicNotification">ytMusicNotification</a> |
|
||||
Chrome extension to get desktop notifications when the song changes in Youtube Music. |
|
||||
</pre> |
|
||||
<span id="a">fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> ps ax</br> |
|
||||
<pre> |
|
||||
PID TTY STAT TIME COMMAND |
|
||||
1 tty2 R+ 0:00 <a href="index_term.html">Main</a> |
|
||||
2 ? Z 0:00 <a href="/notes/">Notes</a> |
|
||||
3 pts/0 Ss< 8875:32 <a href="publications.html">Publications</a> |
|
||||
4 pts/1 Rl+ 0:00 <a href="projects.html">Projects</a> |
|
||||
</pre> |
|
||||
<span id="a">fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> <span id="typed-cursor" class="blinking">⎕</span> |
|
||||
</span> |
|
||||
</body> |
|
||||
</html> |
|
@ -1,42 +0,0 @@ |
|||||
<html> |
|
||||
<head> |
|
||||
<title>Fazil Altinel | Publications</title> |
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> |
|
||||
<!--The design of this webpage is based on http://www.jeffweisbein.com--> |
|
||||
<link rel="stylesheet" href="style_term.css"> |
|
||||
</head> |
|
||||
<body> |
|
||||
<span id="console"><span id="a">fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> conda activate academia</br> |
|
||||
<span id="console"><span id="a">(academia) fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> CUDA_VISIBLE_DEVICES=0,1,2,3 python publications.py</br> |
|
||||
<pre> |
|
||||
├── <a href="https://openaccess.thecvf.com/content/CVPR2023W/PBVS/html/Ustun_Spectral_Transfer_Guided_Active_Domain_Adaptation_for_Thermal_Imagery_CVPRW_2023_paper.html">Spectral Transfer Guided Active Domain Adaptation for Thermal Imagery</a> |
|
||||
| Berkcan Ustun, Ahmet Kagan Kaya, Ezgi Cakir Ayerden, <b>Fazil Altinel</b>. IEEE/CVF Conference on Computer Vision and Pattern Recognition <b>(CVPR)</b> Workshops. 2023. |
|
||||
| <a href="https://github.com/avaapm/STGADA">Code</a> |
|
||||
| |
|
||||
├── <a href="https://ieeexplore.ieee.org/abstract/document/9864813">Benchmark Analysis of Backbone Network Architectures for Domain Adaptive Object Detection</a> |
|
||||
| Ahmet Kagan Kaya, Berkcan Ustun, <b>Fazil Altinel</b>. Signal Processing and Communications Applications Conference <b>(SIU)</b>. 2022. |
|
||||
| |
|
||||
├── <a href="https://openaccess.thecvf.com/content/CVPR2021W/PBVS/html/Akkaya_Self-Training_Guided_Adversarial_Domain_Adaptation_for_Thermal_Imagery_CVPRW_2021_paper.html">Self-training Guided Adversarial Domain Adaptation For Thermal Imagery</a> |
|
||||
| Ibrahim Batuhan Akkaya*, <b>Fazil Altinel*</b>, Ugur Halici. IEEE/CVF Conference on Computer Vision and Pattern Recognition <b>(CVPR)</b> Workshops. 2021. (* indicates equal contribution) |
|
||||
| <a href="https://github.com/avaapm/SGADA">Code</a> <a href="https://avaapm.github.io/sgada/">Webpage</a> |
|
||||
| |
|
||||
├── <a href="https://ieeexplore.ieee.org/abstract/document/9477925">Adversarial Domain Adaptation Enhanced via Self-training</a> |
|
||||
| <b>Fazil Altinel</b>, Ibrahim Batuhan Akkaya. Signal Processing and Communications Applications Conference <b>(SIU)</b>. 2021. |
|
||||
| |
|
||||
└── <a href="https://arxiv.org/abs/1801.07939">Deep Structured Energy-based Image Inpainting</a> |
|
||||
<b>Fazil Altinel</b>, Mete Ozay, Takayuki Okatani. International Conference on Pattern Recognition <b>(ICPR)</b>. 2018. |
|
||||
<a href="https://github.com/cvlab-tohoku/DSEBImageInpainting">Code</a> |
|
||||
</pre> |
|
||||
<span id="console"><span id="a">(academia) fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> conda deactivate</br> |
|
||||
<span id="a">fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> ps ax</br> |
|
||||
<pre> |
|
||||
PID TTY STAT TIME COMMAND |
|
||||
1 tty2 R+ 0:00 <a href="index_term.html">Main</a> |
|
||||
2 ? Z 0:00 <a href="/notes/">Notes</a> |
|
||||
3 pts/0 Ss< 8875:32 <a href="publications.html">Publications</a> |
|
||||
<!-- 4 pts/1 Rl+ 0:00 <a href="projects.html">Projects</a> --> |
|
||||
</pre> |
|
||||
<span id="a">fazil@localhost</span>:<span id="b">~</span><span id="c">$ </span> <span id="typed-cursor" class="blinking">⎕</span> |
|
||||
</span> |
|
||||
</body> |
|
||||
</html> |
|
Loading…
Reference in new issue