-
### System information
- **What is the top-level directory of the model you are using**: research/object-detection
- **Have I written custom code (as opposed to using a stock example script provided…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
📚 This guide explains how to train your own **custom dataset** with YOLOv5 🚀. See YOLOv5 [Docs](https://docs.ultralytics.com/yolov5) for additional details. UPDATED 29 March 2023.
## Before You S…
-
Install detectron2 on linux
conda create --prefix ./envs python==3.10
source activate ./envs
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
pip install ope…
-
Thanks for your code for finetuning GroundDINO.
I found that the input text is not a real caption but a fixed category. 😢 If so, will a new fine-tuning script be updated? 😉
Running Commend:
`p…
-
I am just trying to training SNIPER on mu own dataset, and the below is my config:
```
# --------------------------------------------------------------
# SNIPER: Efficient Multi-Scale Training
# L…
-
og file path:log/log_2020-07-22_14-27-50.txt
{'use_darknet_cfg': True, 'cfgfile': '/home/ubuntu/workspace/pytorch-YOLOv4-master/cfg/yolov4.cfg', 'batch': 64, 'subdivisions': 16, 'width': 608, 'height…
-
OpenPose provides a standard JSON format for its output:
https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/md_doc_02_output.html
Rather than attempting to create some new styl…
mprib updated
1 month ago
-
**I used bottle.py to retrain on my custom dataset here is the exact code:
!python bottle/bottle.py train --dataset=/content/Mask_RCNN/samples/bottle/dataset --weights=coco**
Using TensorFlow back…
-
Hi,
Thank you so much for an amazing paper and for publishing this code!
I have a question regarding the way to use one of your trained models in a N-way K-shot manner. I can see the repository …