-
Dear author:
运行`run_iod.sh`,终端输出`d2.checkpoint.detection_checkpoint]: [DetectionCheckpointer] Loading from detectron2://ImageNetPretrained/torchvision/R-50.pkl ...`后,程序卡住了
-
When installing libraries into colab,
!python -m pip install --quiet 'git+https://github.com/MaureenZOU/detectron2-xyz.git' not working so in installed detectron2 by the below method
!git clone htt…
-
ERROR: Could not find a version that satisfies the requirement detectron2==0.3+cu102 (from versions: none)
ERROR: No matching distribution found for detectron2==0.3+cu102
in the newest version of cu…
-
## Fix the model test for `detectron2_fasterrcnn_r_101_c4.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/suppor…
-
i am executing inference with your checkpoint --- but i am getting error
Google Colab Commands
%cd /content/drive/MyDrive/Colab_Notebooks/htcr_sam/sam_road/sam
!python /content/drive/MyDrive/Cola…
-
I am evaluating MaskDINO, which uses detectron2. I have seen a similar issue, saying this error can be caused by mismatched sizes between the masks and images, but I checked that the sizes match.
I…
-
(ts_env) D:\project\public\detectron2>python setup.py build develop
running build
running build_py
running build_ext
building 'detectron2._C' extension
Emitting ninja build file D:\project\public…
C4712 updated
1 month ago
-
my python==3.11.9
i placed detectron2-0.6-cp311-cp311-win_amd64.whl and detectron2_densepose-0.6-py3-none-any.whl to ./ComfyUI/python/Lib/site-packages/
pip install detectron2-0.6-cp311-cp311-win_a…
-
hello, I was using this set of custom nodes until recently when i tried updating (after a while of not updating). I'm suddenly unable to use them, even after uninstalling and reinstalling and installi…
-
Hello,
I would like to include four locations for training my model.
#### Error
Here is the error code:
```
Traceback (most recent call last):
File "driver.py", line 75, in
trainer …