-
Notifications
You must be signed in to change notification settings - Fork 3
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
Request for Neural Network Model Checkpoint #2
Comments
Hi @bibiiscool I checked my old servers and found the two latest checkpoints -- https://drive.google.com/file/d/1UDOmf3QzeKdZHrqkk1qP7hJY7tY-BTYF/view?usp=share_link Check with both to see which gives robust performance. A few pointers since you are working on this -- The big challenge is to make sure your model is robust to varying sketch style and geometry. I trained these model using NPR sketches rendered using Blender from the 3D garments. Off-the-shelf generalisation to freehand badly drawn sketches is challenging (depends on how good was your NPR). The SIGGRAPH Asia 2015 dataset is probably not available online -- but I have a copy and have taken permission from the authors to host it again. Will do it shortly to help reproduce the results in paper. My point -- have a good dataset to train. |
Thank you very much for your response. I truly appreciate your help in clarifying the approach used and the challenges involved. I will start running the checkpoints as soon as possible and keep you updated on my progress once I have any findings or observations. |
Sorry to bother you again, but when I place the checkpoint into the project and run predict.py, no matter what I change parser.add_argument('--model_name', type=str, default='model_A') to in predict.py, whether it's model_AA, model_B, or any other model, I always get the following error:
How can I fix this error? Is there anything I missed? |
I'm a student and I am highly interested in your neural network model.
I'm currently interested in validating the performance of your neural network model. However, training the model from scratch takes considerable time. Would it be possible for you to share the checkpoint of your model?
It would greatly accelerate my experimentation process. Thank you for considering my request.
The text was updated successfully, but these errors were encountered: