deploy.prototxt unavailable
shridharkini6 opened this issue · 5 comments
shridharkini6 commented
Hi
could you supply with deploy.prototxt files to test.
Thanks
nightrome commented
It's called test.prototxt: https://github.com/nightrome/cocostuff/tree/master/models/deeplab/cocostuff/config/deeplabv2_vgg16
edoaxyz commented
A deploy.prototxt file doesn't contain arguments like ${FEATURE_DIR} or ${EXP}.
nightrome commented
Note that these placeholders are used in the Deeplab repository. They have another script that replaces them with actual values and writes the final prototxt files to disk.
edoaxyz commented
Can you share the link to this script?
nightrome commented
My modified copy of that script is at https://github.com/nightrome/cocostuff/blob/master/models/deeplab/run_cocostuff_resnet101.sh#L55