detectron Questions
4
What is the reason for this error and how can I fix it? I am running the code from this repo: https://github.com/facebookresearch/frankmocap
(frank) mona@goku:~/research/code/frankmocap$ python -m ...
0
Although there's no official support for Detectron2 on Windows, there're many instructions available. I tried following these instruction, but ended up with the same error.
Here's my setup:
OS: Win...
1
Solved
I want to train a custom dataset on using faster_rcnn or mask_rcnn with the Pytorch and Detectron2 .Everything works well but I wanted to know I want to know what are the results I have.
[11/29 20:...
Ammonic asked 30/11, 2021 at 12:15
1
Hope you're doing great!
I didn't really understand these 2 lines from the detectron2 colab notebook tutorial, I tried looking in the official documentation but i didn't understand much, can someon...
Dewey asked 5/10, 2021 at 10:9
3
Solved
I am new to using detectron2, just learning it.This might be a noob question, but I really need the answer. I find nothing related to number of epochs in the repository.
We know , epoch means singl...
Petropavlovsk asked 25/8, 2020 at 11:39
1
I have tried to save and load the model using:
All keys are mapped but there is no prediction in output
#1
from detectron2.modeling import build_model
model = build_model(cfg)
torch.save(model.stat...
Biped asked 30/7, 2020 at 4:21
1
Solved
I am trying to extract region features where class detection is higher than some threshold using the detectron2 framework. I will be using these features later in my pipeline (similar to: VilBert s...
Ardeb asked 18/6, 2020 at 3:47
1
© 2022 - 2024 — McMap. All rights reserved.