doubleheadsrcnn
doubleheadsrcnn copied to clipboard
How to build maskrcnn-benchmark?
Hi,
Could you help me with the step for building maskrcnn-benchmark? It says in your INSTALL.md
file to run the commands below.
My question is, before doing this, should I replace the maskrcnn_benchmark
(with underscore) folder inside maskrcnn-benchmark
(with dash) with the maskrcnn_benchmark
(with underscore) folder in your repository? Or should I proceed with the instructions below as is, without incorporating your own maskrcnn_benchmark
folder?
Here are the commands from https://github.com/wuyuebupt/doubleheadsrcnn/blob/master/INSTALL.md:
git clone https://github.com/facebookresearch/maskrcnn-benchmark.git
cd maskrcnn-benchmark
# the following will install the lib with
# symbolic links, so that you can modify
# the files if you want and won't need to
# re-build it
python setup.py build develop
@igygi Sorry about the confusion. I think you can simply clone from this repo instead, e.g. git clone https://github.com/wuyuebupt/doubleheadsrcnn
and cd doubleheadsrcnn
.