20 Şubat 2024 Salı

İsveç oturum izni alma ve tasinma surecleri

İsveç`te postdoc icin kabul aldiktan sonra tabi ki ilk is olarak oturum izni konusu gundeme geldi. Ben Universitede calisacagim icin basvuru icin universiteden aldigim kontrati kullandim, baska herhangi bir maas bordrosu, banka hesabi vs gibi seylere ihtiyac olmadi. 

21 Ocak 2023 Cumartesi

Moving object detection from ChatGPT perspective

Moving object detection is a research area that focuses on identifying and tracking objects in video sequences. This can include cars, pedestrians, animals, and other moving objects. The goal of moving object detection is to accurately identify and track objects in real-time, despite changes in lighting, weather, and other environmental conditions.

29 Eylül 2022 Perşembe

Using Pytorch C++ API to extract features with CNN

I continue to enhance the existing courses over Udemy. I have prepared a new video to show how to use Pytorch C++ API.  In this example, We will save a model for feature extraction in the Python, and then use that model in C++.

By using extracted features, we will classify two target objects.

https://www.udemy.com/course/computer-vision-by-using-cpp-and-opencv-with-gpu-support/?couponCode=202209




12 Ağustos 2021 Perşembe

OpenCV: SVM ve HOG ile nesne tespiti

Bu yazı kapsamında Python ile OPENCV kütüphanesini kullanarak basit bir nesne tespiti/sınıflama uygulamasını nasıl gerçekleştirebileceğinizi anlatacağım. Örneğimizde OpenCV ML (machine learning) modülü içerisindeki SVM(Support Vector Machine) ve Object Detection modülü içerisindeki HOG yöntemlerini kullanacağız.

23 Mart 2021 Salı

UAV Images Dataset (PESMOD) for Moving Object Detection from Moving Cameras

I have prepared a high resolution aerial images dataset for motion detection. This dataset (named PESMOD) consists of challenging images containing small targets compared to other publicly available datasets. You can view the preprint paper comparing two methods in the literature and proposed method which is relatively simple.

https://lnkd.in/dFVyP-E
To download the dataset and compare your own method
https://lnkd.in/d3ASwaC

1 Ocak 2021 Cuma

Moving object detection from moving camera

Hareketli kameradan hareketli nesne tanıma üzerine bir takım çalışmalar

6 Kasım 2020 Cuma

C++ ile OpenCV CUDA metodlarının kullanımı

Python kullanarak OpenCV ile Görüntü işleme üzerine yayınladığım udemy kurslarına ek olarak, C++ ile OpenCV+CUDA destekli metodları nasıl kullanabileceğimize dair bir başka video serisi daha hazırladım.

15 Nisan 2020 Çarşamba

Nvidia CUDA and tensorflow-GPU installation on Ubuntu 16.04

NVIDIA DRIVER INSTALLATION
Firstly install Nvidia driver, open terminal and run following commands.
  1. sudo apt update
  2. sudo add-apt-repository ppa:graphics-drivers/ppa
  3. sudo apt update
  4. sudo apt upgrade
  5. sudo ubuntu-drivers devices
  6. sudo apt install nvidia-410

12 Aralık 2019 Perşembe

RASA ile chatbot geliştirme

Bu yazıda sizlere açık kaynak chatbot geliştirme framework lerinden birisi olan rasa dan bahsedeceğim.