-
Notifications
You must be signed in to change notification settings - Fork 318
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
Message type "caffe.LayerParameter" has no field named "black_augmentation_param" #15
Comments
I believe img0_a_org stands for the original Image 0. However, I still cannot figure out what img0_b, img1_b, flow_gt_b stand for. |
Thanks, brjeon. I also think so. I will check it. |
Hi yxqlwl, |
Hi nikolausmayer, |
Hi nikolausmayer, |
Actually, the above mentioned 'FlowNet2-CSS-ft-sd_train.prototxt.template' file is not in the github codebase. |
Woops sorry, now I see. I didn't check the models. We'll look into what's missing. |
Thanks~ |
Thanks for pointing this out, the code part it missing in the repo. I will add it during the week. |
Black augmentation layer is now in the repo. |
Thank you! |
Hi,
Sorry for troubling. Errors occurred in the training process:
1. "Message type "caffe.LayerParameter" has no field named "black_augmentation_param""
I cannot find the definition of black_augmentation in src/caffe/layers or caffe.proto. I am wondering if I missed something?
2. Unknown bottom blob 'img0_a_org' (layer 'crop_params')
Thanks~
The text was updated successfully, but these errors were encountered: