-
Notifications
You must be signed in to change notification settings - Fork 342
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
Training on FLIC #60
Comments
I have the same problem, help |
@ekkravchenko hvae you solve the problem? |
有人解决这个问题吗 ? |
have you download the pretrained model?can you share it with me. |
@shihenw I have encountered a similar problem. could you please provide some help about modifying related code? Thanks |
you only need to add "number_parts: 9" in transform_param |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I tried to replicate your results on FLIC and got an error when slicing the label. I used the 'genJSON.m' as it is, 'genLMDB.py' with changes of 'FLIC' dataset location, and modified 'genProto.py' as mentioned in the tutorial. In 'genProto.py' I changed the number of stages to be 4, slice parameter to be 10 (# joints + background) and 'outCH' (# of output channel of the convolutional layer before loss) to be 10. When I try to train the network with obtained .prototxt the label of size 16x30x46x46 is getting sliced into 16x10x46x46 and 16x20x46x46 correspondingly, resulting in the following error:
Could you let me know what adjustments should I perform to make it work?
The text was updated successfully, but these errors were encountered: