-
Notifications
You must be signed in to change notification settings - Fork 414
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
HI,when the code release,i have waiting for a long time. #6
Comments
Sorry for the delay. We will put all the effort in code release after ICCV deadline. Hopefully, it can be done in April. |
If the code is based on Caffe, could you publish the trainval.prototxt before the full code release? Maybe even the prototxt would answer many questions about module connectivity. |
Hi - is there an update on the availability of the code. Even if just the caffe trained weights would be great! |
I wonder who will first release the codes, Mask R-CNN or FCIS? |
We have just released the code. We sincerely apologize for the delay. This is due to switching from our internal Caffe version to the public MXNet, which provides good support of fast multi-GPU training & inference. Enjoy! It is worth noting that: -FCIS provides a simple, fast and accurate framework for instance segmentation. -Different from MNC, FCIS performs instance mask estimation and categorization jointly and simultaneously and estimates class-specific masks. -We did not exploit the various techniques & tricks in the Mask RCNN system, like increasing RPN anchor numbers (from 12 to 15), enlarging the image (shorter side from 600 to 800 pixels), utilizing FPN features and aligned ROI pooling. These techniques & tricks should be orthogonal to our simple baseline. |
At this moment it gives the following error. |
Did you run |
Yes, I run it before. Hmm, just run it again and now it worked until the following step: |
Please make sure you installed mxnet with our operators correctly. |
Is it possible to provide to a Docker image or a Dockerfile outlining steps involved? I am working on it but might need couple of days. |
@alexeyda Hi I have met the same problem. Do you solve it? I'm sure I have followed the instruction. |
@ZhengtianXu Make sure you have copied |
@alexeyda hi, have you solved your problem?? I have the same error |
@dbobrenko I followed what you have said, copy all files in |
@lc8631058 make sure you have compiled MXNET by yourself (not from pip), and copied these files before the MXNET compilation. For example:
|
@dbobrenko hi, thanks a lot bro! now I run demo.py correctly in Jupyter notebook, but the show_masks function just output the original demo images without any changes, I wonder why? |
@dbobrenko just found the answer in #21 ,thanks! |
RUTI
The text was updated successfully, but these errors were encountered: