Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train a DepthNet to predict cloth depth map #248

Open
lyk412 opened this issue Feb 26, 2024 · 0 comments
Open

Train a DepthNet to predict cloth depth map #248

lyk412 opened this issue Feb 26, 2024 · 0 comments

Comments

@lyk412
Copy link

lyk412 commented Feb 26, 2024

Thanks for your great and solid work!
I noticed that the ICON pipeline includes a Normal model that predicts cloth normal map. Now I'm trying to train a Depth model to predict cloth depth map with the help of Normal's training code, but the results are bad. The train and val losses are on the rise. What do I need to do to fix this? Thanks again!

The visualized training results from tensorboard are as follows.
1708937906803
1708937948388
1708937965203

the training configs are:

name: depth
ckpt_dir: "./data/ckpt/"
resume_path: "./data/ckpt/depth.ckpt"
results_path: "./results"

dataset:
root: "./data/"
rotation_num: 36
train_bsize: 1.0
val_bsize: 1.0
test_bsize: 1.0
types: ["thuman2"]
scales: [100.0]

net:
in_depth: (('image',3), ('T_depth_F',3), ('T_depth_B',3))

lr_N: 1e-4
weight_decay: 0.0
momentum: 0.0
batch_size: 8
num_threads: 8
gpus: [0]
test_gpus: [0]

fast_dev: 0
resume: False
test_mode: False
num_sanity_val_steps: 1

momentum: 0.0
optim: Adam

overfit: False
num_epoch: 20
freq_show_train: 0.1
freq_show_val: 0.01
freq_plot: 0.01
freq_eval: 0.1
schedule: [18]

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

No branches or pull requests

1 participant