-
when i train the model i got the follow error:
Traceback (most recent call last):
File "train_net_mem.py", line 77, in
launch(
File "/home/zhengguida/miniconda3/envs/MILA/lib/python3.8…
-
hi,
i am not a python guy and i was not able to create working docker image.
maybe someone can help here, thanks !!!
here´s my try, but when starting a container, I always get errors that libra…
-
-
Running
`python3 main.py --video ../sample_data/lebron_on_court.mp4`
yields the following error for me, but I can seem to install a module that will prevent this issue. Any suggestions?
```
Tra…
-
I want to run the benchmark object detection task on VOC0712 dataset. And I found the file "vissl/configs/config/benchmark/object_detection/voc0712/mocoV2/rn50_transfer_voc0712_detectron2_e2e.yaml" an…
-
https://github.com/facebookresearch/detectron2/issues/2168
@Randheerkumar
-
Hello, thank you very much for your outstanding work. Could you please share the feature files of the YouCook2 dataset, similar to the structure of the ActivityNet dataset?
-
I'm sure my pytorch is consistent with the cuda version 11.1 and I've already built fsdet with "python setup.py build develop". But from file "fsdet\layers\roi_align.py", the "_C.roi_align_forward" me…
-
Hello there, I am interested in developing and adapting DensePose (https://github.com/facebookresearch/detectron2/tree/main/projects/DensePose) into a mobile product. To attract the investment require…
-
Hi, I came cross same problem as yours.
My ONNX is not exactly like yours, I exported directly from detectron2, but my trt inference result also all zeros, however, my onnxruntime inference is OK.
…