Hello guys! My english is not very good when i write but i can understand you. I'm learning object detection using the pytorch library. I can't find how to educate my own computer vision.
I wanted to ask you to share reading materials or tutorials from YouTube.
Thank you very much in advance!
I don't know what to write under:
for epoch in range(num_epochs):
model.train()
for image, targets in train_loader:
image was transformed to tenzor
targets[0] it is my box tenzor on image
targets[1] it is label
i want to detect only 1 thing and box this thing by computer like yolo