-
Hi, I want to use custom dataset (in COCO format) but I have some questions.
1) What do I do after I open a folder named "datasets" and put my dataset in it? When I start the training it doesn't s…
-
issue:OSError: libcuda.so.1: cannot open shared object file: No such file or directory
root@3fe905bb1864:/detectron# python tools/infer_simple.py --cfg configs/12_2017_baselines/e2e_mask_rcnn_R…
-
thanks for you share; recently i am also interest in Panoptic Segmentation; now i also train [Mask R-CNN](https://arxiv.org/abs/1703.06870) and [Encoder-Decoder with Atrous Separable Convolution for S…
-
My enviroment is windows NVIDIA GeForce RTX3050LaptopGPU
• Step 1: I create Mask_RCNN environment python version is 3.6
conda create -n Mask_RCNN python=3.6
• Step 2:Clone the repository. Fir…
-
Hello !
I also did some extensions and ports to `CocoR`:
- https://github.com/mingodad/CocoR-Typescript
- https://github.com/mingodad/CocoR-CPP
- https://github.com/mingodad/CocoR-CSharp
- http…
-
**Bug Description**
When I try inferencing a video by running video_gpuaccel_demo.py, I am getting type errors. I wanted to see if the inference time for the video would improve
**Reproduction**
…
-
问题:
1.我自己标注的关键点名称和coco的不一样,可以不一样吗?
2.自己标注的关键点顺序可以和coco的不一样吗?
3.我标注了4个关键点,为啥会出现IndexError: index 4 is out of bounds for axis 0 with size 4问题?
教程中coco的如下:(教程https://github.com/PaddlePaddle/PaddleDet…
-
I'm trying to upgrade my model from Faster-R-CNN to YOLOX ( with custom dataset A ) because it performs better in my custom dataset B
The problem is that YOLOX model doesn't converge while Faster-R…
-
when i use the # Load weights trained on MS-COCO
model.load_weights(COCO_MODEL_PATH, by_name=True)
then i am facing following error :
OSError Traceback (most recen…
daoud updated
6 years ago
-
im getting this error, i followed all the steps properly and shifted everything to 80classes.
This error arises in:
raceback (most recent call last):
File "train.py", line 89, in
dataset …