Information
- Paper topic: Images
- Software type: Code
- Able to run a replicability test: True
- Replicability score: 5
- Software language: Matlab / Mathematica / ..
- License: unspecified
- Build mechanism: Not applicable (python, Matlab..)
- Dependencies: Matlab, caffe
- Documentation score {0,1,2}: 0
- Reviewer: Nicolas Mellado <nmellado0@gmail.com>
- Time spent for the test (build->first run, timeout at 100min): 50min
Source code information
Comments
Beside the compilation of matcaffe which took me a lot of time, I had to remove the absolute paths in custom_toolboxes/scene_parsing_model/scene_parse.m. The interactive selection of the images was not working, thus I removed the call to select_image in replace_sky.m, and selected the image programatically (automatically select the first image).
The code needs a mask and a parsing image for each RGB image took as input. No code is provided to generate those, which limits its use in other contexts.