Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

I want to know what data Tranformations used while training #11

Open
Dheeru66k opened this issue Feb 8, 2023 · 3 comments
Open

I want to know what data Tranformations used while training #11

Dheeru66k opened this issue Feb 8, 2023 · 3 comments

Comments

@Dheeru66k
Copy link

Hi I wanted to know about your dataloader part for NYUD dataset
I am Normalizing and converting to tensor, in my ToTensor() function i am reading the data and converting them to float.
Screenshot from 2023-02-08 12-16-58

is this correct, if possible please the dataloaders used in this papers

@Dheeru66k
Copy link
Author

Hi, Thanks for the reply
I have referred to the "DenseTorch" repo and tried running MTL model with depth ans Seg,its actually working and after 600 epocs the loss and MeanIoU are became stable with no further improvement as below.(Used your NYUD dataset)
image

Issue 2:
If i want to use Same encoder and Decoder used in Multitask model(mobilenet, Lightweigh Refinenet) for training individual heads, for example if i want to train only Depth, what exactly i need to change

Screenshot from 2023-02-11 13-14-20

and what parameters to give for depth, if i use Mobilenet and refinenent, instead of xception65, DLv3plus as below(showing side by side Multi(left) and Single tasks(right))
Screenshot from 2023-02-11 13-16-09

@DrSleep
Copy link
Owner

DrSleep commented Feb 13, 2023

If you want to change the number of tasks, you need to adapt accordingly masks_names, criterions, loss_coeffs, num_classes and metrics. You can compare the configs between the single-task training example and the multi-task training example to confirm that.

For exact hyperparameters, it is better to refer to the original paper(s), iirc DenseTorch default values differ from those in the paper.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants