-
As initiated via X, I’m opening an issue:
I'm curious about how the concept of {probably} plays into a (binary) classification scenario! I'd love to dive into an example case to see how it all com…
-
I saw that `torchmetrics.detection.mean_ap.MeanAveragePrecision` supports segmentation masks in `iou_type` . It's nice but I'm trying to compute metrics for semantic segmentation (it doesn't cover pix…
-
File "/home/pradeep/MINTIME-Multi-Identity-size-iNvariant-TIMEsformer-for-Video-Deepfake-Detection/predict.py", line 555, in
pred, identity_attentions, aggregated_attentions, identities, frame…
-
Hello,
I find this work very nice and that it could be of great help for my work. I have tried to run the model using the toy generated data. Evreything goes well untill I launch the training where I…
-
I am trying to train Mask RCNN with 37 (1+36) classes and when I am trying to display data I am getting index error. I have tried changing from
NUM_CLASSES = 1 + 80 to NUM_CLASSES = 1 + 36 in coco.py…
-
I am creating custom mask-rcnn object detection model.
I labeled the data with polygon shape and created csv file.
I am not able to create tf record from csv as, it has polygon set rather then rec…
-
When I infer with off-the-shelf MaskRCNN model, it shows bad prediction like this:
![微信图片_20241029161922](https://github.com/user-attachments/assets/6717c0c5-7c42-4819-b31d-f29e602ccf8b)
I set the t…
-
## 🐛 Bug Report
Your Face Mask Detection project demo's deployed URL is not functioning.
Not working - `https://face-mask--detection-app.herokuapp.com`
Resolve the issue. Find the error below…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
## 1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/…
-
While trying to run the following:
```
python3 custom_detector.py --image "/home/nvr/rushad7/mask-detection/images/example_01.png" --config "/home/nvr/rushad7/mask-detection/cfg/yolov3-custom.cfg"…