File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ OCRD_EXECUTABLES += $(OCRD_DETECTRON2)
280280OCRD_DETECTRON2 := $(BIN ) /ocrd-detectron2-segment
281281$(OCRD_DETECTRON2 ) : ocrd_detectron2
282282 # . $(ACTIVATE_VENV) && $(MAKE) -C $< deps
283- . $(ACTIVATE_VENV ) && cd $< && pip install ' git+https://github.com/facebookresearch/detectron2.git' && pip install -r requirements.txt
283+ . $(ACTIVATE_VENV ) && cd $< && pip install ' git+https://github.com/facebookresearch/detectron2.git' && pip install -r ../ocrd_detectron2- requirements.txt
284284 $(pip_install )
285285endif
286286
Original file line number Diff line number Diff line change 1+ ocrd>=2.30
2+ click>=7.0
3+ scipy
4+ numpy>=1.17.0
5+ pillow>=7.1.2
6+ scikit-image>=0.17.2
7+ torch>=1.10.1
8+ torchvision>=0.11.2
9+ detectron2>=0.6
You can’t perform that action at this time.
0 commit comments