Replies: 2 comments
-
I would be grateful if you could help me.:)) |
Beta Was this translation helpful? Give feedback.
0 replies
-
can anyone help me? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
📚 Documentation Issue
Hi, I want to know whether we can build two dataloaders during training. For example, the one is the common dataloader by coco-dataset, another is the
meta
dataloader by cropping instances from the original images.Can I implement meta dataloader while not disturbing original dataloader?
So the
batched_inputs
for the network should contain two elements, [N_d1, C, h1, w1] and [N_d2, C, h2, w2].Provide a link to an existing documentation/comment/tutorial:
How should the above documentation/comment/tutorial improve:
Beta Was this translation helpful? Give feedback.
All reactions