insight-platform / Yolo_V7_OBB_Pruning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not compatible with yolov7 training structure?

fdarvas opened this issue · comments

I tried to use this on a custom dataset which is organized as follows (which is commonly used for yolov7?):

parent
images
train
val
test
labels
train
...

but the code apparently expects a completely different directory structure?