Claim Missing Document
Check
Articles

Found 6 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

PEOPLE COUNTING FOR PUBLIC TRANSPORTATIONS USING YOU ONLY LOOK ONCE METHOD Tsabita Al Asshifa Hadi Kusuma; Koredianto Usman; Sofia Saidah
Jurnal Teknik Informatika (Jutif) Vol. 2 No. 1 (2021): JUTIF Volume 2, Number 1, June 2021
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2021.2.2.77

Abstract

People counting have been widely used in life, including public transportations such as train, airplane, and others. Service operators usually count the amount of passengers manually using a hand counter. Nowadays, in an era that most of human-things are digital, this method is certainly consuming enough time and energy. Therefore, this research is proposed so the service operator doesn't have to count manually with a hand counter, but using an image processing with You Only Look Once (YOLO) method. This project is expected that people counting is no longer done manually, but already based on computer vision. This Final Project uses YOLOv4 that is the latest method in detecting untill 80 classes of object. Then it will use transfer learning as well to change the number of classes to 1 class. This research was done by using Python programming language with various platforms. This research also used three training data scenarios and two testing data scenarios. Parameters measured are accuration, precision, recall, F1 score, Intersection of Union (IoU), and mean Average Precision (mAP). The best configurations used are learning rate 0.001, random value 0, and sub divisions 32. And the best accuration for this system is 69% with the datasets that has been trained before. The pre-trained weights have 72.68% of accuracy, 77% precision, and 62.88% average IoU. This research has resulted a proper performance for detecting and counting people on public transportations.
WEBINAR STUDENT PRESENCE SYSTEM BASED ON REGIONAL CONVOLUTIONAL NEURAL NETWORK USING FACE RECOGNITION Akbar Trisnamulya Putra; Koredianto Usman; Sofia Saidah
Jurnal Teknik Informatika (Jutif) Vol. 2 No. 2 (2021): JUTIF Volume 2, Number 2, December 2021
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2021.2.2.82

Abstract

World health organization announce Covid-19 as a pandemic so On March 15th 2020, the social distancing has been established with working, learning, and praying from home. Webinar is one of the solutions so those activities still can be done face to face and conference-based. With webinar, users can interact each other in an online meeting from home. Student presence is part of a webinar. The purpose of this research is to design an accurate student presence with a face recognition system using R-CNN method. The object of this research is a human face with sufficient light, medium, and the face must be facing the camera. This research proposed for a webinar student presence system is using face recognition with Regional Convolutional Neural Network (R-CNN). With object detection and several scenarios used in this method, the webinar student presence system using R-CNN will be more accurate than the methods that have ever been used before. This research has done four scenarios to obtain the best parameters like 45 of total layers, test data of the whole dataset percentage as 10%, RMSProp as model op- timizer, and 0.0001 learning rate. With those parameters, it have resulted the best system performance including 99.6% accuration, 1 × 10-4 loss, 100% precision, 99% recall, and 99.5% F1 Score.
CONVOLUTIONAL NEURAL NETWORK FOR ANEMIA DETECTION BASED ON CONJUNCTIVA PALPEBRAL IMAGES Rita Magdalena; Sofia Saidah; Ibnu Da’wan Salim Ubaidah; Yunendah Nur Fuadah; Nabila Herman; Nur Ibrahim
Jurnal Teknik Informatika (Jutif) Vol. 3 No. 2 (2022): JUTIF Volume 3, Number 2, April 2022
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2022.3.2.197

Abstract

Anemia is a condition in which the level of hemoglobin in a person's blood is below normal. Hemoglobin concentration is one of the parameters commonly used to determine a person's physical condition. Anemia can attack anyone, especially pregnant women. Currently, many non-invasive anemia detection methods have been developed. One of non-invasive methods in detecting anemia can be seen through its physiological characteristics, namely palpebral conjunctiva images. In this study, conjunctival image-based anemia detection was carried out using one of the deep learning methods, namely Convolutional Neural Netwok (CNN). This CNN method is used with the aim of obtaining more specific characteristics in distinguishing normal and anemic conditions based on the image of the palpebral conjunctiva. The Convolutional Neural Network proposed model in this study consists of five hidden layers, each of which uses a filter size of 3x3, 5x5, 7x7, 9x9, and 11x11 and output channels 16, 32, 64, 128 respectively. Fully connected layer and sigmoid activation function are used to classify normal and anemic conditions. The study was conducted using 2000 images of the palpebral conjunctiva which contained anemia and normal conditions. Furthermore, the dataset is divided into 1,440 images for training, 160 images for validation and 400 images for model testing. The study obtained the best accuracy of 94%, with the average value of precision, recall and f-1 score respectively 0.935; 0.94; 0.935. The results of the study indicate that the system is able to classify normal and anemic conditions with minimal errors. Furthermore, the system that has been designed can be implemented in an Android-based application so that the detection of anemia based on this palpebral conjunctival image can be carried out in real-tim.
GLAUCOMA CLASSIFICATION BASED ON FUNDUS IMAGES PROCESSING WITH CONVOLUTIONAL NEURAL NETWORK Yunendah Nur Fu'adah; Sofia Saidah; Nidaan Khofiya; Rita Magdalena; Ibnu Da'wan Salim
Jurnal Teknik Informatika (Jutif) Vol. 3 No. 3 (2022): JUTIF Volume 3, Number 3, June 2022
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20884/1.jutif.2022.3.3.276

Abstract

Glaucoma is an eye disease that causes damage to the optic nerve due to increased pressure in the eyeball. Delay in diagnosis and treatment of optic nerve damage due to glaucoma can lead to permanent blindness. Thus, several studies have developed a glaucoma early detection system based on digital image processing and machine learning. This study carried out glaucoma classification based on fundus image processing using Convolutional Neural Network (CNN). The CNN architecture proposed in this study consists of three convolutional layers with output channels 8, 16, 32 sequentially and a filter size of 5×5 at each layer, followed by a pooling layer and a dropout layer at the feature extraction stage. Furthermore, a fully connected layer and softmax activation function was implemented at the classification stage to classify fundus images into normal conditions, early glaucoma, moderate glaucoma, deep glaucoma, and ocular hypertension (OHT). The total amount of fundus image data used in this study consisted of 2000 fundus images divided into 1280 training data, 320 validation data, and 400 test data. 5-fold cross-validation is implemented in the training phase to select the best model. At the testing stage, the best accuracy generated by 99%, with the precision value, recall, f-1 scores and the AUC score are close to 1. According to the system performance results obtained, the proposed model can be used as a tool for medical personnel in classifying glaucoma conditions to provide appropriate medical treatment and reduce the risk of permanent blindness due to glaucoma.
INDIVIDUAL IDENTIFICATION BY IRIS USING HISTOGRAM OF ORIENTED GRADIENT (HOG) AND BACKPROPAGATION NEURAL NETWORK Widya Alisya Kusuma Ningrum; Iwan Iwut Tritoasmoro; Sofia Saidah
Jurnal Teknik Informatika (Jutif) Vol. 4 No. 2 (2023): JUTIF Volume 4, Number 2, April 2023
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2023.4.2.558

Abstract

The eye’s iris biometrics is a type of biometric for individual identification that is more stable than other types of biometrics because a person's iris eye’s has a delicate fiber pattern and unique characteristics. Especially with the rapid development of the times, the need for identity recognition systems is also increasing. Introducing individuals in traditional ways is still less effective than biometric systems because, compared to conventional methods, biometric systems are safer and are not easily stolen, imitated, or accessed by any unauthorized person. In this research has been carried out by designing a simulation system for individual identification through iris eyes images using the Histogram of Oriented Gradien (HOG) method for image extraction. They were continued with classification using Artificial Neural Network (ANN) Backpropagation. The dataset used is primary data taken directly through smartphone cameras from 30 individuals.Based on the test results and analysis of the Histogram of Oriented Gradien method using an image size of 128×128 pixels, parameters of Cell Size 16×16 cells, Bins Numbers 12, Size Block 2×2 cells, L2-Hys normalization scheme, and JST backpropagation classification with Random state value 1, Learning Rates 0.001, Epoch 200, Hidden Layer 100 with the system's sigmoid activation function can produce a performance system with the most significant performance accuracy of 91.93% , using 1500 training data and 1500 iris eyes image test data.
TONE DETECTION ON TERANIKA MUSICAL INSTRUMENT USING DISCRETE WAVELET TRANSFORM AND DECISION TREE CLASSIFICATION Fadia Qothrunnada; Sofia Saidah; Bambang Hidayat; Tasya Busrizal Putri; Darwindra
Jurnal Teknik Informatika (Jutif) Vol. 4 No. 2 (2023): JUTIF Volume 4, Number 2, April 2023
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2023.4.2.570

Abstract

Musical instruments are one of the cultures that must be preserved. Teranika is one of the traditional musical instruments from the Majalengka area, which is made of clay. Currently, the manufacture of conventional musical instruments is still done manually, so there are still differences in the tone produced. Meanwhile, the quality of a musical instrument is determined by the accuracy of the technique. Therefore, we need a system that can accurately detect the method's accuracy. The author designed a tone detection system for Teranika musical instruments to help artisans carry out quality control. This system will detect whether or not the musical instrument is successfully matched with the right tone and agent. The technique contained in this musical instrument is Do Re Mi Fa So La Si Do high. To overcome these problems, the author makes this tone detection system using the Discrete Wavelet Transform method and the Decision Tree classification. The working principle of this system is that the recorded sound of musical instruments will be transmitted to this system. Then the sound will be processed as input and matched with the essential voice in the database. The output of this system produces samples according to the sampling frequency used. The test results show the best results at decomposition level 6, a thresholding value of 0.05, and a Fine Tree classification type with an accuracy of 87.5%
Co-Authors A F Akbar Abdillah, Obey Muhammad Abel Bima Wiratama Aditya S.B, I Dewa Agung Aditya, Hendra Akbar Trisnamulya Putra Al Brando Ardes Harjoko Aliefiya Rachman Alif Fajri Ryamizard Alrizqi, Naufal Dwi Andre Megantoro, Andre Megantoro Angga Prihantoro Arfat, Ikrar Khaera ARIS HARTAMAN Azzahra, Fatima Bainuri, Aulia Novria Bambang Hidayat Bambang Hidayat Bambang Hidayat Bongso, Dery Febryanto Darwindra Darwindra, Darwindra Dea Sifana Ramadhina Denny Darlis Desi Dwi Prihatin Dyah Ajeng Pramudhita Effendi , Doni Oktavian Ibnu Efri Suhartono Enrico Wiratama Purwanto Fadia Qothrunnada Fardiyanti, Defitriana Fathurrahman, Muhammad Hanif Fatima Azzahra Fellia Rizki Kusumowardani Fiera Meiristika Utami Firdaus, Muhammad Ilham Zuhruf Fitria, Ismaulida Nur Gaol, Satya Wira Fernanda Lumban Gelar Budiman Givalle , Zerricho Helsa Bagus Hidayat , Bambang Hilman Fauzi, Hilman Hurianti Vidya I Putu Yowan Nugraha Suparta Ibnu Da'wan Salim Ibnu Da’wan Salim Ubaidah Ibnu Da’wan Salim Ubaidah Ikhwanda, Alfan Ikrar Khaera Arfat Inung Wijayanto Iqbal Kurniawan Perdana Irwansyah Irwansyah Israndy Yainahu Iwan Iwut Tritoasmoro Jangkung Raharjo Kintan Veriana Koredianto Koredianto Koredianto Usman Mas, Muhammad Sabri Masykur, Muhammad Fadhel Affandi Muhamad Rokhmat Isnaini Muhammad Bayu Adinegara Muhammad Ilham Muhammad Ilham Muhammad, Zalfa Alif Nabila Herman Nidaan Khofiya Nimra , Fadhil Julian Nor Kumalasari Caecar Nor Kumalasari Caecar Pratiwi Nur Alyyu Nur Ibrahim Perdana, Iqbal Kurniawan Pramudhita, Dyah Ajeng Pratama, Irsyad Fadil Augusta PRATIWI, NOR KUMALASARI CAESAR Prayudi, Yoshi Prihantoro, Angga Putra, Akbar Trisnamulya Putri , Yusnita Putri, Tasya Busrizal Putri, Yusnita Qothrunnada, Fadia R. Yunendah Nur Fu’adah Rachmat Hidayat Ashary Raditiana Patmasari Ratna Sari Ratri Dwi Atmaja Reza Ahmad Nurfauzan Richard Bina Jadi Simanjuntak Rita Magdalena Rita Magladena Rita Purnamasari Robinzon Pakpahan Salsabil Farah Aqilah Wijaya Salsabila, Afap Sangkala, Muh Aslam Mahdi Sevierda Raniprima Subiakto, Septiaini Dela Susilo, Mochammad Hilmi Suwandhi, Adhisty Putrina Syamsul Rizal Syamsul Rizal Tahta Restu Adiguna Tasya Busrizal Putri Tita Haryanti Trisaputra , Andi Farhan Tsabita Al Asshifa Hadi Kusuma Vidya, Hurianti Wahid, Gloria Shekinah Florensia Wahyu, I Komang Trisna Wibisono Sabdo Utomo WIDIANTO, MOCHAMMAD HALDI Widya Alisya Kusuma Ningrum Yunendah Fu’adah Zakiah Zakiah