-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
This folder contains the examples of image segmentation in MXNet. | ||
|
||
## Sample results | ||
![fcn-xs pasval_voc result](https://github.com/tornadomeet/mxnet/blob/seg/example/fcn-xs/fcn-xs_pascal.jpg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This url should point to the image included in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can commit image to dmlc/web-data
to reduce repo size
Thanks :) I added some comments, but somebody else should probably review this too. I would suggest that when you address the comments you rebase and squash the commits so that it doesn't have any merge (or otherwise superflous) commits. |
Good work! Think this is a really good example. It illustrates how to write an DataIter for custom data and how to write custom solver for custom model. We have got a lot of questions for how to do this. It would be great if you can summarize your work into a tutorial on how to feed data and how to do custom bind and solve. |
hi, all, this examples changed some code of mashadow and mxnet specificly for seg , so there is some style we should debat,. btw, the code is some dirty, i'll rearrange the sample in this weekend~ so please wait for me some days, thanks. |
close this PR till @tornadomeet 's update |
No description provided.