Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 59421 dokumen yang sesuai dengan query
cover
Helmi Fauzi Rahmatullah
"Manipulator/Arm Robotik sejatinya adalah perpanjangan dari suatu fungsi tangan manusia yang dirancang berbasis elektronika instrumentasi. Salah satu implementasi manipulator diterapkan pada sebuah fasilitas yang bernama hotcell. Hotcell merupakan laboratorium khusus (BATAN) yang dibuat untuk penanganan bahan nuklir dengan paparan radiasi tinggi. Adanya keterbatasan visualisasi oleh operator manipulator memicu dilakukannya penelitian ini. Pengembangan instrumen dilakukan dengan merancang sebuah on-board camera pada bagian pergelangan manipulator (slave arm). Identifikasi objek berupa bahan bakar nuklir dikembangkan menggunakan teknik YOLO (You Only Look Once). Sedangkan prediksi kerusakan kamera akibat radiasi nuklir tinggi dibangun menggunakan pendekatan kualitas tekstur citra GLCM (Grey Level Co-occurance Matrix) dan klasifikasi SVM (Support Vektor Machine). Hasil penelitian menunjukkan berfungsinya on-board camera manipulator dengan tampilan HD 1080 P beresolusi 30 fps yang dilengkapi autofocus 3600 menjadikan perangkat ini layak sebagai visual servoing “eye in hand” berkualitas yang low budget. Citra kamera dapat diakses melalui local network secara real time menggunakan gadget operator, sehingga penerapan IOT(Internet Of Things) berjalan dengan baik. Pengujian algoritma YOLO dalam mengidentifikasi objek bahan bakar nuklir baik yang bertipe plat maupun rod menghasilkan tingkat kepercayaan rata-rata sebesar 90 % dengan nilai accuracy, precission, dan recall sebesar 0,93, 0,94, dan 0,98. Penggunaan Yolov3 detektor dalam algoritma ini masih menghasilkan tampilan yang lambat saat objek bergerak. Hasil prediksi kerusakan kamera terjadi setelah 34 kali pemakaian dengan akumulasi paparan radiasi 45 milisievert/jam, menurunnya nilai contrast pada tekstur citra target yaitu penomoran bahan bakar nuklir dijadikan acuan dalam prediksi ini. Penggunaan LightGBM (Light Gradient Boosting Machine) dan SVM dalam klasifikasi citra menghasilkan nilai akurasi prediksi sebesar 1,00 dan 0,99. Pemanfaatan testing dengan metode K-fold cross validation berhasil meningkatkan nilai akurasi prediksi dari SVM menjadi 90,6 % untuk k-fold = 5, maka kedua model ini layak dijadikan acuan prediksi kerusakan kamera akibat efek radiasi nuklir tinggi di dalam hotcell.

Manipulator / Robotic Arm is actually an extension of a human hand function designed based on instrumentation electronics. One implementation of the manipulator is applied to a facility called hotcell. Hotcell is a special laboratory (BATAN) created for the handling of nuclear materials with very high radiation exposure. The limited visualization by the manipulator operator triggered this research. Instrument development is done by designing an on-board camera on the wrist of the manipulator (slave arm). Identification of objects in the form of nuclear fuel was developed using the YOLO (You Only Look Once) technique. While the prediction of camera damage due to high nuclear radiation is built using the image texture quality GLCM (Grey Level Co-occurance Matrix) approach and SVM (Support Vector Machine) classification. The results show that the functioning of the on-board camera manipulator with a 1080P HD display with 30 fps resolution equipped with 3600 autofocus makes this device worthy as a low budget quality "eye in hand" visual servoing. Camera images can be accessed through the local network in real time using operator gadgets, so that the application of IOT (Internet Of Things) can be implemented properly. Testing the YOLO algorithm in identifying nuclear fuel objects, both plate and rod types, produces an average confidence level of 90% with accuracy, precision, and recall values of 0.93, 0.94, and 0.98. The use of the Yolov3 detector in this algorithm still results in a slow display when the object is moving. The results of the prediction of camera damage occur after 34 times of use with accumulated radiation exposure of 45 millisievert/hour, a decrease in the contrast value in the target image texture, numberring nuclear fuel tagging is used as a reference in this prediction. The use of LightGBM (Light Gradient Boosting Machine) and SVM in image classification resulted in prediction accuracy values of 1.00 and 0.99 . Utilization of testing with the K-fold cross validation method succeeded in increasing the prediction accuracy value of SVM to 90.6% for k-fold = 5, so these two models are worthy of being used as a reference for predicting camera damage due to the effects of high nuclear radiation in the hotcell. "
Depok: Fakultas Matematika dan Ilmu Pengetahuan Alam Universitas Indonesia, 2021
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Ramandika Garindra Putra
"ABSTRAK
Proses pemantauan tool wear pada micromilling membutuhkan ketelitian yang tinggi, proses ini dapat dilakukan menggunakan mikroskop digital Dino-Lite dan mikroskop elektron. Namun penggunaan mikroskop elektron membutuhkan waktu yang lama karena harus datang ke laboratorium mikroskop elektron. Maka dari itu dibuatlah perancangan teknologi computer vision berbasis image processing untuk mendeteksi luas wear pada tool micromilling. Proses pengembangan menggunakan fitur OpenCV program Python. Proses dimulai dengan mengambil gambar tool baru dan tool rusak menggunakan Dino-Lite dengan spesifikasi gambar yang sama persis. Kemudian gambar diimpor ke program Python dan dikonversi menjadi bentuk HSV (Hue, Saturation, Value). Gambar HSV kemudian diberikan fitur noise reduction menggunakan gaussian blur untuk mengurangi noise pada gambar. Gambar HSV yang sudah diberikan fitur noise reduction kemudian diberi fitur color detection untuk mendapatkan thresholding dari hasil pengaturan variabel masking HSV. Hasil thresholding kemudian diberikan fitur image Canny sebagai fitur pendeteksian luas berdasarkan kontur gambar hasil thresholding. Kemudian nilai luas permukaan tool baru dan tool rusak akan muncul. Kedua nilai ini akan dibandingkan dan menghasilkan persentase tool wear. Pengujian yang penulis lakukan adalah dengan membuat variasi variabel noise reduction menggunakan gaussian blur, nilai gaussian blur yang diberikan sebesar 0, 1, 3, 5, 7, 9, 11, 13, 15 dan 17 (nilai gaussian blur hanya bisa 0 dan bilangan ganjil). Data yang diperoleh ada yang tidak lengkap karena keadaan gambar yang tidak mendukung, namun dengan keberadaan gaussian blur, dapat membantu perekaman luas. Hasil menunjukkan bahwa semakin tinggi nilai gaussian blur, maka meningkatkan potensi gambar kontur tool dapat dideteksi luasnya.

ABSTRACT
Tool wear monitoring on micromilling needs a high value of accuracy, this process can be done using Dino-Lite digital microscope and electron microscope. However, the usage of electron microscope needs a long period of time since we have to go to the electron microscope laboratory. Therefore, the design of image processing-based computer vision for tool wear monitoring on micromilling was developed. The development process uses OpenCV feature on Python. The process begins with gathering the images of the new tool and the broken tool using Dino-Lite with exactly the same image properties. The images are then imported to Python and converted to HSV format (Hue, Saturation, Value). The HSV images are then given a noise reduction feature using Gaussian Blur to reduce the noise of the images. The HSV images that have been given the noise reduction feature are then given a color detection feature to obtain thresholding of the results of the HSV masking variable adjustment. The thresholding results are the given an image Canny feature as the contour area detection from the thresholding results. Afterwards, the face area value of the new tool and the broken tool will be displayed. These two values will be compared and generate the tool wear percentage. The experiment that the authors has done is to make variations in noise reduction variables using gaussian blur, the given gaussian blur values are 0, 1, 3, 5, 7, 9, 11, 13, 15 dan 17 (only 0 and odd numbers of the gaussian blur value can only be added). The data that be obtained are not complete due to the unsupported image condition, however, in the presence of the gaussian blur, could support the documentation process. At the end, the results show that the tool area on the images are more potential to be detected due to the increasing number of gaussian blur value."
Depok: Fakultas Teknik Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Muhammad Iqbal Zidan
"Konsumsi rokok menjadi salah satu isu kesehatan global terbesar di dunia. Organisasi Kesehatan Dunia (WHO) memperkirakan sekitar 1,3 miliar penduduk di seluruh dunia menggunakan produk tembakau. Indonesia juga menempati peringkat ketiga tertinggi jumlah perokok aktif terbanyak di dunia. Tembakau tidak hanya berbahaya bagi yang menggunakannya, tetapi juga berbahaya bagi yang terpapar asapnya. Orang dapat merokok sembarangan dengan mudah jika pengawasan terhadap penggunaan rokok longgar atau bahkan tidak ditegakkan. Untuk mengatasi permasalahan rokok, berbagai penelitian telah dikembangkan, termasuk metode pengenalan orang yang sedang merokok. Berbagai perangkat pencitraan digunakan untuk mendeteksi aktivitas manusia, termasuk merokok. Dengan pesatnya perkembangan kecerdasan buatan dan deep learning dalam beberapa dekade terakhir, termasuk computer vision, berbagai metode telah dikembangkan untuk mendeteksi orang yang sedang merokok. Salah satu metode tersebut adalah MobileNetV3, yang merupakan salah satu arsitektur Convolutional Neural Network (CNN). MobileNetV3 dikembangkan khusus untuk penggunaan pada aplikasi peranti bergerak dan sistem tanam karena sifatnya yang ringan komputasi. Penelitian ini bertujuan untuk mengembangkan sistem deteksi orang sedang merokok berbasis computer vision menggunakan MobileNetV3. Pada arsitektur sistem, layer dropout digunakan untuk mengatasi masalah overfitting sehingga performa model meningkat. Dataset yang digunakan berasal dari Mendeley Data dan Kaggle yang merupakan kumpulan citra orang yang sedang merokok masing-masing sejumlah 2410 citra dan 3275 citra. Melalui simulasi menggunakan konfigurasi dropout senilai 0,5, perbandingan proporsi dataset training : validasi : training menjadi 80 : 10 : 10, model berhasil memperoleh performa terbaik dengan nilai akurasi sebesar 92,08%, nilai loss sebesar 22,87%, nilai presisi sebesar 93,16%, dan nilai recall sebesar 90,83%. Akurasi ini lebih baik dari penelitian Junlong Tang et al. dengan YOLOv5s yang menghasilkan akurasi 85,6%

Cigarette consumption is one of the most significant global health issues. The World Health Organization (WHO) estimates that around 1.3 billion people worldwide use tobacco products. Indonesia also ranks third with the world's highest number of active smokers. Tobacco is not only dangerous for those who use it but also for those exposed to the smoke. People can smoke indiscriminately if controls on cigarette use are lax or even not enforced. Various studies have been developed to overcome the problem of smoking, including methods of identifying people who smoke. Different imaging devices are used to detect human activities, including smoking behavior. With the rapid development of artificial intelligence and deep learning in recent decades, including computer vision, various methods have been developed to detect smoking people. One such method is MobileNetV3, one of the Convolutional Neural Network (CNN) architectures. MobileNetV3 was explicitly developed for mobile applications and embedded systems because of its computationally lightweight nature. This study aims to create a computer vision-based smoking detection system using MobileNetV3. In the system architecture, the dropout layer is used to overcome the problem of overfitting so that model performance increases. The datasets used are from Mendeley Data and Kaggle, a collection of images of smoking people, a total of 2410 and 3275 images, respectively. Through simulation using a dropout configuration of 0.5, the proportion of the training dataset: validation: training to 80: 10: 10, the model managed to obtain the best performance with an accuracy value of 92.08%, a loss value of 22.87%, a precision value of 93.16%, and the recall value is 90.83%. This accuracy is better than previous studies by Junlong Tang et al. with YOLOv5s, which resulted in an accuracy of 85.6%"
Depok: Fakultas Teknik Universitas Indonesia, 2022
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
M. Ramadhani Fitriawan
"Keausan mata pahat menjadi masalah utama dalam industri manufaktur ketika proses pemesinan karena keausan mata pahat menjadi pengaruh besar dalam kualitas produksi. Terdapat dua metode pemantauan tool wear, yaitu direct dan indirect. Direct tool wear monitoring merupakan metode pemantauan dengan melakukan pengukuran tingkat keausan mata pahat secara langsung pada proses pemesinan. Penelitian ini mengembangkan sistem manipulator sebagai robot inspeksi yang memiliki fungsi menggerakkan Dinolite sebagai alat bantu pemantauan keausan mata pahat secara visual. Penelitian ini merancang sistem mekanikal dari manipulator dalam pembuatan desain dan struktur mekanikal, kinematika dan dinamika dari manipulator, serta pengujian dari akurasi dan repeatability dari sistem. Sistem kinematika menggunakan inverse kinematics dan forward kinematics dengan menggunakan parameter Denavit-Hartenberg. Dalam mencari besarnya kecepatan end effector, digunakan persamaan Matriks Jacobian, dimana fungsi dari Matriks Jacobian tersebut digunakan dalam menentukan torsi dari tiap joint. Keluaran dari penelitian ini adalah sistem manipulator sebagai alat bantu pemantauan keausan mata pahat pada proses micromilling. Berdasarkan penelitian didapatkan nilai error hasil kompensasi untuk joint 1, 2 dan 3 sebesar -0,007%, 0,001%, dan 0,016%. Didapat juga nilai repeatability manipulator untuk mencapai suatu titik yang sama dengan rata-rata 0,307.

Tool wear is a major problem in the manufacturing industry during the machining process because the tool wear becomes a major influence on the quality of production. There are two tool wear monitoring methods, direct and indirect, direct tool wear monitoring is a monitoring method by measuring the level of tool wear directly on the machining process. This Research uses the assistance of a robotic arm manipulator as a tool for monitoring tool wear with the direct tool wear monitoring method. This research develops a manipulator system as an inspection robot, which has the function of moving Dinolite as a visualization device in monitoring tool wear. This research designs mechanical systems of manipulators, mechanical structures, kinematics and dynamics of manipulators, and testing of the accuracy and repeatability of the system. The kinematics system inverse kinematics and forward kinematics using the Denavit-Hartenberg parameter. To find the magnitude of the end effector speed the Jacobian Matrix equation is used, where the function of the Jacobian Matrix is used in determining the torque of each joint. The output of this research is the manipulator system as a tool for monitoring tool wear in the micro-milling process. Based on the research, the error value of the compensation results for joints 1, 2 and 3 was -0,007%, 0,001%, and 0,016%. There is also repeatability value of manipulator value to reach a point that is equal to an average of 0,307.
"
Depok: Fakultas Teknik Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Irvan JP Elliika
"Salah satu kemampuan robot yang canggih adalah mampu melakukan adaptasi pada lingkungan sekitarnya. Kemampuan ini merupakan analogi terhadap kemampuan manusia secara khusus. Namun, kebanyakan robot yang dibuat masih terbatas dalam hal interaksi secara sentuhan dengan lingkungan sekitarnya. Oleh karenanya diperlukan sistem sensasi non-kontak yang salah satunya adalah sensasi secara visual. Cara ini termasuk salah satu yang paling advance karena hampir semua proses manipulasi bisa dilakukan dengan hanya menggunakan sensor visual yaitu kamera walaupun computational cost-nya cukup tinggi.
Single Board computer jenis BeagleBoard akan digunakan untuk melakukan komputasi sensasi visual yang meliputi face detection, stereo vision, dan bahkan lokalisasi nantinya. Wajah manusia yang akan dikenali oleh sistem computer visualnya akan di-tracking dan diukur jaraknya secara real time melalui teknik stereo vision. Koordinat yang didapat akan ditransformasikan dengan persamaan kinematik berupa invers jacobian menuju pusat robot untuk melakukan aktuasi pada aktuator vision dan navigasi robot secara keseluruhan sampai tujuan untuk melakukan interaksi dengan manusia tercapai. Berdasarkan pengujian yang telah dilakukan dapat dinyatakan bahwa sistem komputer vision yang telah dibangun cukup valid dan handal untuk jarak dibawah 100 cm walaupun dengan waktu komputasi yang cukup besar.

One of the advance robot's ability is it can adapt into the around environment. This ability itself is the analogy of human's. But now, most of the robots still have limited in contact sensation. So, it's needed to build non-contact sensations and one of them is reached by build visual system. This way belong to one of advance method because almost of manipulation way can be dealed with this visual sensor like camera, even though the computational cost is high enough.
BeagleBoard, a kind of powerful Single Board computer, will be use to compute the visual sensation in this receptionist robot include face detection, stereo vision, and even localization later. The face of human that will be recognized by visual computer system will be tracked and the distant is calculated real time via stereo vision system. The coordinate that has been gathered will be transformed by invers jacobian into the center of robot to actuate visual actuation and doing robot navigation until receptionist robot is able to do interaction with human. Based on the result of experiment, it can be stated that the developed computer vision system is valid and reliable enough for distant below 100 cm even though spends high computational time.
"
Depok: Fakultas Teknik Universitas Indonesia, 2012
S42622
UI - Skripsi Open  Universitas Indonesia Library
cover
Krig, Scott
"This book is suitable for independent study, reference, or coursework at the university level and beyond for experienced engineers and scientists. The chapters are divided in such a way that various courses can be devised to incorporate a subset of chapters to accommodate course requirements. For example, typical course titles include “Image Sensors and Image Processing,” “Computer Vision And Image Processing,” “Applied Computer Vision And Imaging Optimizations,” “Feature Learning, Deep Learning, and Neural Network Architectures,” “Computer Vision Architectures,” “Computer Vision Survey.” Questions are available for coursework at the
end of each chapter. It is recommended that this book be used as a omplement to other fine books, open source code, and hands-on materials for study in computer vision and related scientific disciplines, or possibly used by itself for a higher-level survey course.
"
Switzerland: Springer International Publishing, 2016
e20528493
eBooks  Universitas Indonesia Library
cover
Irvan JP Elliika
"Secara umum, mobile robot merupakan salah satu tipe platform robot yang memiliki tugas yang kompleks karena robot tersebut akan berada pada lingkungan yang juga bersifat kompleks. Secara khusus, mobile robot harus bisa melakukan lokalisasi agar bisa melakukan tugas-tugas pokok selanjutnya. Oleh karenanya diperlukan sistem lokalisasi yang bisa menyelesaikan permasalahan tersebut. Sistem vision merupakan salah satu jawaban yang paling mungkin untuk menyelesaikan masalah pada platform mobile robot. Beranjak dari hasil penelitian sebelumnya mengenai lokalisasi pada map topologi, maka pada penelitian ini akan dikembangkan sistem lokalisasi berbasis map metric dimana nantinya akan didapatkan pose xr,yr,?r dari mobile robot. Untuk menyelesaikan sistem lokalisasi ini akan digunakan metode pose estimation oleh stereovision untuk mendapatkan pose dalam bentuk translasi x,y,z dan rotasi ?, ?, ? yang akan dimaksimalkan dengan penggunaan FAST sebagai algoritma fitur detection dengan kecepatan tinggi. Akhirnya dengan proses integrasi dengan penelitian sebelumnya akan didapatkan global position yang berguna untuk lokalisasi mobile robot.

Generally, mobile robot is one of robot that has a complex task because the robot will also work in the complex environment. Particularly, service robot should be able to do localization in order to continue its task. Therefore it will need a localization system that could solve the problem. Vision system is one of the most likely answer to solve the problem in mobile robot platform. Based from the results of previous work on the localization of the topological map, this work will developed localization system for building metrics map which will obtain pose in term of xr, yr, ?r of the mobile robot. In order to complete this localization system, pose estimation method base stereovision will be used to get translational pose x, y, z and rotation pose ?, ?, ? which will be maximized by the use of FAST as the high speed feature detection algorithms. Finally the integration process with prior work will obtain global position that is useful for mobile robot localization.
"
Depok: Fakultas Teknik Universitas Indonesia, 2013
T-pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Fachryal Hiltansyah
"Proses pendokumentasian dan pengukuran untuk pemantauan keausan mata pahat (tool wear) micromilling membutuhkan ketelitian yang tinggi. Proses ini menggunakan mikroskop digital Dino-Lite untuk mengambil gambar dan dilakukan secara berulang setiap setelah melakukan pemesinan dengan cara melepas mata pahat dari spindle pada mesin micromilling. Maka dari itu dilakukan pengembangan robot manipulator untuk mempermudah proses pemantauan mata pahat micromilling. Pengendalian pergerakan aktuator servo dan motor stepper pada pengembangan sistem kontrol robot manipulator dilakukan dengan menggunakan microcontroller board Arduino MEGA2560. Pergerakan aktuator digunakan untuk meletakkan titik koordinat end-effector pada ujung lensa Dino-Lite ke titik koordinat pada ujung permukaan mata pahat micromilling. Dalam pencarian solusi kinematika robot manipulator, digunakan bantuan software Phyton untuk memudahkan perhitungan. Solusi kinematika berupa nilai joint value akan dikirimkan ke servo melalui microcontroller menggunakan kode perintah yang dibuat menggunakan software Arduino IDE. Berdasarkan penelitian yang dilakukan terdapat nilai error accuracy pada servo 1, 2, dan 3 sebesar 16,471%, 1,463%, dan 0,588%. Namun setelah dilakukan proses kompensasi terhadap error, nilainya berkurang menjadi sebesar 0.003%, 0.143%, dan -0.382%, kemudian kemampuan repeatability pergerakan robot manipulator terbilang baik pada tiap servo, yaitu mendekati 0 sehingga dapat meletakkan end-effector ke titik yang dituju dan dapat membuat robot bekerja sesuai fungsinya.

The process of documenting and measuring for monitoring the tool wear in micromilling requires high accuracy. This process uses a Dino-Lite digital microscope to take pictures and is repeated every time after machining by removing the cutting tool from the spindle on the micromilling machine.Therefore the development of a manipulator robot is made to simplify the process of monitoring the micromilling tool wear. Control of servo and stepper motors movements in the development of a robot manipulator control system is performed using an Arduino microcontroller board MEGA2560. The actuator is moved to place the end-effector coordinate point at the tip of the Dino-Lite lens to the coordinate point at the tip of the micromilling cutting tool's surface. To find kinematics solutions for robotic manipulators, the help of Python software is used to facilitate calculations. The kinematics solution in the form of a joint value will be sent to the servo via a microcontroller using the command code created using the Arduino IDE software. Based on research conducted there are accuracy errors on servo 1, 2, and 3 values of 16.471%, 1.463% and 0.588%. However, after the error compensation process is carried out, the value is reduced to 0.003%, 0.143%, and -0.382%, then repeatability of the robot manipulator movement is good in each servo, which is close to 0 so that it can put the end-effector to the intended point and can make the robot manipulator work according to its function.
"
Depok: Fakultas Teknik Universitas Indonesia, 2020
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Universitas Indonesia, 2009
TA1036
UI - Tugas Akhir  Universitas Indonesia Library
cover
<<   1 2 3 4 5 6 7 8 9 10   >>