Train on non-image datasets #8693
pfeatherstone
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@pfeatherstone not sure I understand the question, but yes you can modify the dataloaders as you see fit for your custom task. The dataloaders are here: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use this repository on non-image datasets? Like can I plug in a custom data loader that returns 2D objects (not representing images though) and bounding boxes and the repo will train correctly? Things like image augmentation would need to be turned off, anything that assumes the content is image-like should be turned off,... Basically does this repo provide a kind of API which can be used in user-code or is it more meant to be used as a command line tool like darknet?
Beta Was this translation helpful? Give feedback.
All reactions