You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
I'm totally new to this. Can you please help me on preparing my new dataset. I have train and val directories each having different directories for different labels. I'm not sure how to change the imagenet.lua and imagenet-gen.lua file in order to serve my dataset. Should I first run init.lua? where should I add the path to my new dataset? I would appreciate it if you could walk me through this!
Thanks
The text was updated successfully, but these errors were encountered:
we get a class related to imagenet labels (e.g. cat, flower, car, etc.). So, we need to generate new labels for dataset trained on step 1. If so, how we can do this using by imagenet.lua and imagenet-gen.lua scripts? when I'm run the command
th datasets/imagenet.lua -data <path to dataset>
or
th datasets/imagenet-gen.lua -data <path to dataset>
Nothing happens.
BTW, how can we use the index_class.t7 file? Is it useful for defining labels for custom dataset?
Thanks in advance,
Oleksii
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm totally new to this. Can you please help me on preparing my new dataset. I have train and val directories each having different directories for different labels. I'm not sure how to change the imagenet.lua and imagenet-gen.lua file in order to serve my dataset. Should I first run init.lua? where should I add the path to my new dataset? I would appreciate it if you could walk me through this!
Thanks
The text was updated successfully, but these errors were encountered: