File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install-base-pip-packages:
3030
3131.PHONY : install-detectron2
3232install-detectron2 :
33- pip install " detectron2@git+https://github.com/facebookresearch/detectron2.git@a2e43ea#egg=detectron2 "
33+ pip install " detectron2@git+https://github.com/facebookresearch/detectron2.git@57bdb21249d5418c130d54e2ebdc94dda7a4c01a "
3434
3535.PHONY : install-paddleocr
3636install-paddleocr :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Run `pip install unstructured-inference`.
2525but is not automatically installed with this package.
2626For MacOS and Linux, build from source with:
2727``` shell
28- pip install ' git+https://github.com/facebookresearch/detectron2.git@a2e43ea#egg=detectron2 '
28+ pip install ' git+https://github.com/facebookresearch/detectron2.git@57bdb21249d5418c130d54e2ebdc94dda7a4c01a '
2929```
3030Other install options can be found in the
3131[ Detectron2 installation guide] ( https://detectron2.readthedocs.io/en/latest/tutorials/install.html ) .
You can’t perform that action at this time.
0 commit comments