File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 559
559
" \n " ,
560
560
" import torch\n " ,
561
561
" from IPython.display import Image, clear_output # to display images\n " ,
562
- " from utils.google_utils import gdrive_download # to download models/datasets\n " ,
563
562
" \n " ,
564
563
" clear_output()\n " ,
565
564
" print('Setup complete. Using torch %s %s' % (torch.__version__, torch.cuda.get_device_properties(0) if torch.cuda.is_available() else 'CPU'))"
1159
1158
"source" : [
1160
1159
" # Run unit tests\n " ,
1161
1160
" %%shell\n " ,
1162
- " #git clone https://github.com/ultralytics/yolov5\n " ,
1163
- " #cd yolov5\n " ,
1161
+ " # git clone https://github.com/ultralytics/yolov5\n " ,
1162
+ " # cd yolov5\n " ,
1164
1163
" pip install -qr requirements.txt onnx\n " ,
1165
1164
" \n " ,
1166
1165
" export PYTHONPATH=\" $PWD\" # to run *.py. files in subdirectories\n " ,
You can’t perform that action at this time.
0 commit comments