-
Dockerfile
```
FROM nvcr.io/nvidia/pytorch:21.08-py3
# Install python dependencies
COPY requirements.txt .
RUN python -m pip install --upgrade pip
RUN pip install --no-cache -r requirements.tx…
-
Hello @czczup, @whai362, @duanduanduanyuchen,
I would like to use ViT-Adapter for real time driving scene sematic segmentation task. Is there any model that can be used for this task and still get …
-
Would you please tell the torch seed of 2 pretrained models.
I found the result varies with torch seed, and I ran many times but failed to realize 76.2 for caption retrieval. I only got 75.6 instead.
-
I have the following program code, I want to count the detected objects. can anyone tell me what should be added in the program? I use CPU & Windows 10 Please help, thanks
import cv2
import numpy…
-
**Describe the bug**
While running the demo to check if mmdet was correctly installed, I am getting the following error from CUDA:
RuntimeError: CUDA error: an illegal memory access was encountered
…
-
It seems that you are using `self.num_proposals` proposals for evaluation, as shown [here](https://github.com/PeizeSun/SparseR-CNN/blob/main/projects/SparseRCNN/sparsercnn/detector.py#L209), while the…
-
**Describe the bug**
Semantic segmentations are not being accurately visualized with `DetLocalVisualizer`, leading to the same artifacts as are shown in [mmengine issue 741](https://github.com/open-m…
-
### System information
- **What is the top-level directory of the model you are using**: tensorflow/models/object_detection
- **Have I written custom code (as opposed to using a stock example script…
-
Sorry for the less than descriptive title, but I wasn't sure how else to title it.
I've got a 4gb Jetson Nano (SeeedStudio Jetson Recomputer J2010 carrier board) with a 128gb SSD as the root storag…
-
# Maybe Future work:
- [ ] TABLE -> https://github.com/HarisIqbal88/PlotNeuralNet to all
## Detection Tasks:
### Faster RCNN:
- [ ] * `FASTER: Row1`
Adding the model. - https://github.com/m-k…