Skip to content

Commit cca4828

Browse files
committed
Fixed mrcnn weights downloading script
1 parent ad49eae commit cca4828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TensorFlow2/Segmentation/MaskRCNN/download_and_process_pretrained_weights.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
mkdir -p /model
18-
cd /model
17+
cd weights
1918

2019
# DOWNLOAD CHECKPOINTS
2120

0 commit comments

Comments
 (0)