-
Hello !
I just discovered your project and I'm also interested on developing a good parser tool and actually working on https://github.com/mingodad/lalr/tree/playground and I have several grammars (i…
-
yolo_world_l_dual_vlpan_2e-4_80e_8gpus_finetune_coco.py文件,我需要微调
_base_ = ( '../../third_party/mmyolo/configs/yolov8/yolov8_l_syncbn_fast_8xb16-500e_coco.py')
custom_imports = dict(
imports=['y…
-
**This is a draft proposition please, please tell me what you think about it.**
From the conventional commit spec :
*"A scope MAY be provided after a type. A scope MUST consist of a noun descri…
-
### Describe the issue
I am facing the issue of loop becomes slower over time when the list length is over 1000. Can you please check my code below and see if it is problem of ubuntu system or code.
…
-
What's the meaning of workers? Is it the number of GPUs you use?
`parser.add_argument("--workers", default=4, type=int)`
And, if I want to train it with VOC, anything else I need to modify except co…
-
Hi, I'm currently trying to wrap my head around how to initiate training with the fashionpedia dataset. I was able to run the model using inference.py and pre trained weights, but training is a myster…
-
Hi,
Is the repo ready for training on custom dataset?
I am trying to find implementation of Coarse-to-fine lead head guided label assigner in the repo and can anyone point out where is this por…
-
when i run the main.py, the error comes
ViDT training and evaluation script: error: unrecognized arguments: true
in main.py, my code is
args = parser.parse_args(['--method', 'vidt',
'--back…
-
Hello!
I want to train the masktrackrcnn by the official youtube_vis_dataset
but it occur :KeyError: "YouTubeVISDataset: 'image_id'".
Here is my datatree
![image](https://user-images.githubusercon…
-
if __name__ == '__main__':
import argparse
# Parse command line arguments
parser = argparse.ArgumentParser(
description='Train Mask R-CNN to detect custom class.')
parse…