You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on a project which leveraged MNC for instance-aware semantic segmentation, I ended up dockerizing the code for simplicity. That is, I've written a Dockerfile plus a helper script which can build the version of Caffe required by MNC and the other dependencies in a neat turn-key fashion.
The helper script (designed for KITTI dataset sequences, but I can make it more generic) and Dockerfile are located here:
Would there be interest in integrating e.g., the Dockerfile into the main MNC project, to make it easier for people to use MNC and install Caffe's dependencies in an isolated manner? If so, I can help make my scripts and Dockerfile more generic and create a pull request.
Thank you,
Andrei
The text was updated successfully, but these errors were encountered:
Dear MNC authors,
While working on a project which leveraged MNC for instance-aware semantic segmentation, I ended up dockerizing the code for simplicity. That is, I've written a Dockerfile plus a helper script which can build the version of Caffe required by MNC and the other dependencies in a neat turn-key fashion.
The helper script (designed for KITTI dataset sequences, but I can make it more generic) and Dockerfile are located here:
Would there be interest in integrating e.g., the Dockerfile into the main MNC project, to make it easier for people to use MNC and install Caffe's dependencies in an isolated manner? If so, I can help make my scripts and Dockerfile more generic and create a pull request.
Thank you,
Andrei
The text was updated successfully, but these errors were encountered: