-
For how many epochs & steps per epoch/ how many images was the model trained on COCO dataset in order to obtain the mask_rcnn_coco.h5 weights?
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I trained and tested with the default alexnet net and voc2007 dataset, everything goes well.
I changed the options.lua with coco dataset, and netType with vgg19, some errors occured, maybe the dbcoll…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
rabum updated
2 weeks ago
-
Hello, I want to ask you this question when I was training on coco dataset. In the questions you have answered, I see you say “Turns out the OP was loading our weights while using the 1e-4 LR, which i…
-
I have a custom COCO dataset in object detection format with also the segmented masks for each instance.
What I want to do is to convert the COCO json file from object detection task to stuff task. …
-
Hello everyone,
I am trying to train StackGAN on COCO dataset. However, I do not know how to generate following files:
![image](https://cloud.githubusercontent.com/assets/23215919/25978507/2031b03…
-
@xskxushaokai
Could you please share the achieved AP, AR values on the COCO validation dataset using your method (including the model(CPN101?) used & epochs(32?) trained for)?
It would be a good r…
arvkr updated
3 years ago
-
I'm working on some code that loads ms coco and pascal voc for segmentation, but it would currently involve steps that depend on several other python libraries, including tf only steps. It could be us…