wangzhaoyang-508

Results 9 comments of wangzhaoyang-508

> Hello @wangzhaoyang-508, why did you delete the original readme file? Excuse me,this is my first time to have a PR,I hope the new readme file can make my changes...

> Would you like to provide your training configs for us, we need the model and training config, and could you tell us the loss function you used? I check...

> Would you like to provide your training configs for us, we need the model and training config, and could you tell us the loss function you used? I check...

> Thank you so much, since our custom dataset is totally different from imagenet or coco,we want train from scratch to see if it can get better performance。 so ,how...

> Thank you so much, your answer in really helpful。 But modify the config by adding “bias=True” can not work,since the upper wrapper do not have the arg “ bias”...

> Excuse me,If I only want to detect a subset of categories(such like maybe 10 classes in COCO),how should I modify the config?

> > > > > > > > > Excuse me,If I only want to detect a subset of categories(such like maybe 10 classes in COCO),how should I modify the...

> **Thank you so much your reply is really quick^_^** I successfully registered a custom dataset with 8 classes of objects. And it can be trained well. Now, 4 of...

> MetadataCatalog.get("my_eldataset_train").thing_classes = ['duanshan', 'heiban', 'xianzhuangquexian', 'xuhan'] > MetadataCatalog.get("my_eldataset_test").thing_classes = ['duanshan', 'heiban', 'xianzhuangquexian', 'xuhan'] I just add these two lines of code,since those are the only 4 I'm interested in...