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
We wonder how to debug this project, it seems it's a little complex because Pytorch Lighting and TorchX were used in it. So can it be debuged, just like debug a common python/pytorch project in VS Code?
One more thing, I have a specify task, that it to restore RGB image from a RAW image. I have RAW image dataset, in which each raw image have one channel, and it has multi RAW-RGB pairs, and I have writen the code that can extract raw image, just like the function"pack_raw_batch" that you implimented in utils/raw.py. But how can I config the specify dataset in this project so that it can be read in a dataloader?
Thank you a lot!
The text was updated successfully, but these errors were encountered:
Hi there, thx for your great job!
We wonder how to debug this project, it seems it's a little complex because Pytorch Lighting and TorchX were used in it. So can it be debuged, just like debug a common python/pytorch project in VS Code?
One more thing, I have a specify task, that it to restore RGB image from a RAW image. I have RAW image dataset, in which each raw image have one channel, and it has multi RAW-RGB pairs, and I have writen the code that can extract raw image, just like the function"pack_raw_batch" that you implimented in utils/raw.py. But how can I config the specify dataset in this project so that it can be read in a dataloader?
Thank you a lot!
The text was updated successfully, but these errors were encountered: