SerialLain3170 / adeleine

Automatic line art colorization using various types of hint or without hint
Other
352 stars 47 forks source link

Training atari_userhint_v2 #44

Open HanzVivatma opened 10 months ago

HanzVivatma commented 10 months ago

Thank you for sharing such a great model.

I am about to train atari_userhint_v2 model from scratch but being confused with dataset. Following the instruction, there is need of 3 types of datasets. I dont know how to obtain 2 types of datasets below:

Could you please share a model to get sketch and ss dataset as well as give me a detail of instruction for training model from scratch?

I will be grateful for your assistance.

SerialLain3170 commented 10 months ago

Thank you for the issue, and I am sorry for insufficient instructions.

SerialLain3170 commented 9 months ago

Sorry for the late reply.

The dataset I mainly used for training is this. If you share the result, it might give me more ideas about the suitable comments.

SerialLain3170 commented 9 months ago

Sorry for the late response.

I would like to know whether the model is overfitting or not. Could you check the colorized result of training dataset? If the result is appropriate, I think that the model is overfitting. In that case, you might have to increase the number of dataset. If not, I would like to know the modifications that you made in the code to run the script (e.g. hyperparameter settings in param.yaml).

HanzVivatma commented 9 months ago

Thanks for your valuable assistance.

Currently, I would like to train model for Flatten hints (colorization based on scribble hints in GUI application). Could you please suggest that what type of model I should train: atari_diverse, atari_spade, atari_userhint or atari_whitebox?

I am looking forward to your reply

SerialLain3170 commented 8 months ago

Sorry for the late response. I think that atari_whitebox is the reasonable choice. atari_userhint is the straightforward way to utilize scribble hints, but the code would not be fully organized.