Skip to content

Commit 319859d

Browse files
authored
Updated detectron2 repo (#161)
Due breaking update in Pillow library, detectron2 repo is updated
1 parent 774409e commit 319859d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install-base-pip-packages:
3030

3131
.PHONY: install-detectron2
3232
install-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
3636
install-paddleocr:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Run `pip install unstructured-inference`.
2525
but is not automatically installed with this package.
2626
For 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
```
3030
Other install options can be found in the
3131
[Detectron2 installation guide](https://detectron2.readthedocs.io/en/latest/tutorials/install.html).

0 commit comments

Comments
 (0)