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 Aug 28, 2021. It is now read-only.
How can I generate train.t7 and val.t7 from deepmask output?
deepmask/evalPerImage.lua generates multiple JSON|t7 files. (divided into chunks of 500 images each)
The text was updated successfully, but these errors were encountered:
I know pre-computed proposals are given in the torch format since the file is huge and hard to create it at our end, but is there a straightforward approach to create these files when your dataset is small. Like @tanakka asked, whats the next step in converting those split json or t7 files into train.t7 or val.t7, is there a code snippet to make this process easier? Thanks in advance.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I generate train.t7 and val.t7 from deepmask output?
deepmask/evalPerImage.lua generates multiple JSON|t7 files. (divided into chunks of 500 images each)
The text was updated successfully, but these errors were encountered: