-
Notifications
You must be signed in to change notification settings - Fork 462
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
Ask the brief steps on pixel-wise labeling prediction #1
Comments
Hi Milton, You could use the MATLAB script https://github.com/torrvision/crfasrnn/blob/master/matlab-scripts/crfrnn_demo.m. If you have successfully run the commands "make" and "make matcaffe" as per the instructions in https://github.com/torrvision/crfasrnn/blob/master/README.md, the above MATLAB script should work OOTB. BTW, I have just made some modifications to the above MATLAB script. So please update your code before running it. Regards, |
Thanks Sadeep, I found it and it works well (I test on MATLAB) and get the result in output.png. My further question is : Thanks in advance! Milton |
@amiltonwong This question is out of the scope of this code. But you can change the alpha chanel of the pixel-wise labelling mask and then compose it with the original input image. |
Thanks @bittnt , Thanks in advance ! |
@amiltonwong replace val.txt in VOCdevkit with seg12valid.txt. Check their toolkit: http://host.robots.ox.ac.uk:8080/pascal/VOC/voc2012/index.html#devkit |
Hi, Sadeep Jayasumana,
I had already installed crfasrnn.
As given the trained model (TVG_CRFRNN_COCO_VOC.caffemodel) , how could I perform pixel-wise labeling prediction on test image? Could you list the brief steps?
Thanks in advance!
Milton
The text was updated successfully, but these errors were encountered: