Renamed examples/yolo to examples/vgg7_helpers because that directory contains no yolo-related code and only helper code for vgg7. This was confusing to a new user when trying to understand the examples. (#1086)

This commit is contained in:
nmarwell26
2023-07-01 12:04:28 -07:00
committed by GitHub
parent 2533a992e7
commit 12ce68c1ee
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import numpy
from PIL import Image
from tinygrad.tensor import Tensor
from tinygrad.nn.optim import SGD
from examples.yolo.kinne import KinneDir
from examples.yolo.waifu2x import image_load, image_save, Vgg7
from examples.vgg7_helpers.kinne import KinneDir
from examples.vgg7_helpers.waifu2x import image_load, image_save, Vgg7
# amount of context erased by model
CONTEXT = 7