"Sistem kasir berbasis conveyor belt merupakan inovasi yang bertujuan untuk meningkatkan e siensi proses belanja dengan mengotomatiskan deteksi barang dan perhitungan harga. Penelitian ini bertujuan untuk merancang dan membangun sis- tem kasir otomatis menggunakan algoritma YOLOv8 untuk deteksi barang, beserta DeepSORT dan Ef cientNetV2 untuk pelacakan dan klasi kasi produk berdasarkan citra. Sistem ini memanfaatkan teknologi computer vision untuk mengenali jenis barang yang bergerak di atas conveyor belt dan secara otomatis menghitung harga total pembelian.
Proses pengembangan dimulai dengan pengumpulan dataset berupa citra berba- gai jenis produk yang diproses untuk pelatihan model. Model YOLOv8 dilatih untuk mendeteksi keberadaan barang pada citra, sedangkan DeepSORT dan Ef - cientNetV2 bertugas untuk pelacakan dan mengklasi kasikan barang tersebut serta mengidenti kasi detail seperti kategori produk. Sistem kemudian diintegrasikan dengan conveyor belt, sehingga barang yang terdeteksi dapat diproses secara real- time.
Metode evaluasi yang digunakan untuk mengukur performa sistem meliputi eval- uasi model dan evaluasi sistem secara real-time. Pada model YOLOv8, terdapat beberapa metrik evaluasi yaitu mean average precision (mAP) untuk mengevaluasi seberapa baik model dapat mendeteksi dan mengklasi kasikan objek, recall un- tuk menentukan seberapa baik model menangkap semua objek yang benar-benar ada, precision untuk menentukan seberapa akurat prediksi positif yang dilakukan oleh model, f1-score untuk menentukan rata-rata harmonis antara precision dan re- call. Pada model terbaik, diapatkan nilai mAP50 sebesar 0.7653, mAP50-95 sebe- sar 0.6355, Nilai precision sebesar 0.7974, dan nilai recall sebesar 0.7504. Pada model Ef cientNetV2 terdapat metrik akurasi untuk mengevaluasi kemampuan untuk mengklasifikasi objek dengan benar. Pada model terbaik diapatkan nilai akurasi sebesar 0.9520. Pada Pengujian sistem secara real-time menunjukkan hasil yang hampir sempurna dengan rata-rata nilai precision sebesar 1 dan rata-rata nilai re- call, dan F1-score sebesar 0,99.
The conveyor belt-based cashier system is an innovation that aims to increase the ef ciency of the shopping process by automating item detection and price calcula- tion. This research aims to design and build an automatic cashier system using the YOLOv8 algorithm for item detection, along with DeepSORT and Ef cientNetV2 for item tracking and classi cation. This system utilizes computer vision technol- ogy to recognize the type of products moving on the conveyor belt and automatically calculates the total purchase price.The development process begins with collecting datasets in the form of various product images for training the model. The YOLOv8 model is used to detect items in the image, while DeepSORT and Ef cientNetV2 are tasked with tracking the items and classifying these items, and identifying details such as product categories. The system is then integrated with a conveyor belt system so that detected products can be processed in real-time.The evaluation methods used to measure system performance include model evalu- ations and real-time system evaluations. For the YOLOv8 model, there are several evaluation metrics, namely mean average precision (mAP) to evaluate how well the model can detect and classify objects, recall to determine how well the model cap- tures all objects that actually exist, precision to determine how accurate the positive predictions made by the model are, f1-score to determine the harmonic mean be- tween precision and recall. For the best model, the mAP50 value is 0.7653, mAP50- 95 is 0.6355, the precision value is 0.7974, and the recall value is 0.7504. In the Ef cientNetV2 model, there is an accuracy metric to evaluate the ability to classify objects correctly. The best model has an accuracy value of 0.9520. Real-time sys- tem testing showed almost perfect results with an average precision value of 1 and an average recall, and F1-score value of 0.99."