kevin-tofu
kevin-tofu
November 23, 2023
It can be said that constructing a learning program in Pytorch is much easier compared to TensorFlow....
kevin-tofu
November 23, 2023
Reducing the processing time of tasks processed on a program is a surprisingly difficult task. This is...
kevin-tofu
November 9, 2023
I had to implement this code frequently, and I really don’t like it, so I’m leaving it...
kevin-tofu
October 31, 2023
Followed the equations from the page below. Thanks for greate explanations. Basically, I wrote up this flow,...
kevin-tofu
October 31, 2023
General Segmentation Algorithms Segmentation in YOLOv8 However, YOLO’s computational procedure is entirely different, making it difficult to...
kevin-tofu
October 6, 2023
MQTT AMQP Explanations simple queueing service which is mainly used in embedded system.Simple & Power saving. Provides...
kevin-tofu
October 5, 2023
Python’s pickle module is a powerful tool for serializing and deserializing Python objects, but it should be...