Browse Source

Add project details

master
Fazil Altinel 3 years ago
parent
commit
3489263304
  1. 15
      projects.html

15
projects.html

@ -8,12 +8,21 @@
<body>
<span id="console"><span id="a">fazil@altinel.dev</span>:<span id="b">~</span><span id="c">$ </span> find / -iname "projects"</br>
<pre>
├── <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://github.com/fazilaltinel/ADDA.PyTorch-resnet">ADDA-PyTorch_ResNet</a>
| A PyTorch implementation of paper "Adversarial Discriminative Domain Adaptation" using ResNet.
|
├── <a href="https://github.com/fazilaltinel/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.
|
└── <a href="https://git.altinel.dev/fazil/ytMusicNotification">ytMusicNotification</a>
Chrome extension to get desktop notifications when the song changes in Youtube Music.
</pre>

Loading…
Cancel
Save