Skip to content

Commit 61d9adc

Browse files
Merge pull request NVIDIA#755 from jan-golda/mrcnn/fix_weights
Fix mrcnn weights downloading script
2 parents ad49eae + cca4828 commit 61d9adc

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)