fazil@altinel.dev:~$ find / -iname "projects"
├── SGADA
|   PyTorch implementation of our paper named "Self-training Guided Adversarial Domain Adaptation For Thermal Imagery" (accepted to CVPR 2021 PBVS workshop).
|
├── ADDA-PyTorch_ResNet
|   A PyTorch implementation of paper "Adversarial Discriminative Domain Adaptation" using ResNet.
|
├── DANN-PyTorch-ResNet
|   A PyTorch implementation of paper "Unsupervised Domain Adaptation by Backpropagation" using ResNet.
|
├── DSEBImageInpainting
|   TensorFlow implementation of our paper named "Deep Structured Energy-Based Image Inpainting" (accepted to ICPR 2018).
|
├── SelfDrivingCarTrafficLight
|   Simple TensorFlow implementation of traffic light detection and classification tasks for Udacity annotated self-driving dataset.
|
└── ytMusicNotification
    Chrome extension to get desktop notifications when the song changes in Youtube Music.
fazil@altinel.dev:~$ ps ax
PID     TTY     STAT    TIME    COMMAND
1       tty2    R+      0:00    Main
2       ?       Z       0:00    Notes
3       pts/0   Ss<     8875:32 Publications
4       pts/1   Rl+     0:00    Projects
fazil@altinel.dev:~$