-
I am getting error where it cannot find the field masks for voc detection . Can somebody help me please. Thanks.
----------------------
assert all("masks" in t for t in targets)
AssertionError
-…
-
I try to train a model resume from checkpoint epoch_5.pth, but got the following message:
`Traceback (most recent call last):
File "tools/train.py", line 84, in
main()
File "tools/train…
-
training on fasterrcnn-resnet50, turns out nan loss after several epochs:
```
2019-09-04 17:07:17,711 maskrcnn_benchmark.trainer INFO: eta: 9:19:05 iter: 660 loss_box_reg: 0.0632 (0.0884) loss:…
-
Is there a trainer script for faster rcnn (like there is for mask-rcnn in references/detection/)?
Will it be quite different from mrcnn or is it just a matter of importing the model and specifying --…
-
Hi, this is the code for my custom dataset class:
```
class MyDataSet(Dataset):
def __init__(self, img_list, transform):
self.transform = transform
self.imgs = []
for…
-
I am working on a multispectral problem where i want to use the Faster R-CNN for pedestrian detection. I have been working with deep learning models now for a few months in PyTorch so I have a basic u…
-
I found this error when running this command
`python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_resnet101_coco.config`
and the error comes up :
…
-
2019-01-24 09:56:42,226 - INFO - Start running, host: wang@wang, work_dir: /home/wang/mmcv/mmdetection/tools/work_dirs/faster_rcnn_r50_fpn_1x_voc0712
2019-01-24 09:56:42,226 - INFO - workflow: [('tra…
-
Hello. First of all I'd like to thank for adding object detection models to torchvision, it's a great help for the community.
However, I encountered a problem while trying to use them. I just copie…
buus2 updated
5 years ago
-
# ESIP Member Organization
Alaska Ocean Observing System (AOOS) and Axiom Data Science
# Mentors
Jesse Lopez, Dan Olsen
# Project Idea
Build, compare, and analyze neural network models …