Commit Graph

12 Commits (74ecd3d03709fe64bb4290bfa10b51b2ab3b77f8)

Author SHA1 Message Date
tuofeilun 654554cf65
support obj365 (#242)
Support Objects365 pretrain and Adding the DINO++ model can achieve an accuracy of 63.4mAP at a model scale of 200M(Under the same scale, the accuracy is the best)
2022-12-02 14:33:01 +08:00
gulou 36a3c45efa
add more data source for auto download (#229)
* add caltech, flower, mnist data source

* add det lvis data source

* add pose crowdPose data source

* add pose of OC Human data source

* add pose of mpii data source

* add Seg of voc data source

* add Seg of coco data source

* add Det of wider person datasource

* add Det of african wildlife datasource

* add Det of fruit datasource

* add Det of pet datasource

* add Det of artaxor and tiny person datasource

* add Det of wider face datasource

* add Det of crowd human datasource

* add Det of object365 datasource

* add Seg of coco stuff 10k and 164k datasource

Co-authored-by: Cathy0908 <30484308+Cathy0908@users.noreply.github.com>
2022-12-02 10:57:23 +08:00
gulou 645fed2d1b
add data source and support for automatic download (#206)
* add data_source imagenet

* modify data_source imagenet and add unittest

* modify data_source imagenet and modify unittest

* modify voc data_source and modify voc unittest and download Part

* modify coco data_source and modify coco unittest and  add download Part , modify voc data_source

* add dataset metadata Format specification

* add pose download data , modify coco.py and modiy download file function ,add test coco download a part

* modify download file function

* modify download of cifar10 and cifar100

* modify dataset_name  to target_dir

* create download_util and modify function

* modify function

* modify function

* add test case , modify

* modify something

* modify something

* modify something

* modify something

* modify something

* modify something

* add wget

* add wget

* modify

* add new modify

* add new modify

* modify something

* modify something and add something

* modify something and add something

* modify something and add something

* modify something and add something

* modify something and add something

* modify test case

* modify test case

* modify test case

* modify test case

* modify test case
2022-11-04 19:36:37 +08:00
Cathy0908 5ac6381758
add error code (#146)
* add error code
2022-09-19 16:07:04 +08:00
Cathy0908 a11f200ec3
refactor `get_sample` to `__getitem__` for all datasources api (#156)
* refactor `get_sample` to `__getitem__` for all datasources api

* fix MMpad config
2022-08-17 14:24:17 +08:00
Cathy0908 f5cea32405
fix datasource cache (#153) 2022-08-10 19:51:32 +08:00
Cathy0908 ef698811cb
remove "get_length" function in data spurces (#140) 2022-08-03 17:30:35 +08:00
Cathy0908 ecbfbbb359
fix unittest (#57)
* fix unittest and skip quantize unittest
2022-05-16 15:02:12 +08:00
Cathy0908 c6ad4c7858
fix multi-process reading of detection datasource and accelerate data preprocessing (#23)
* fix multi-process reading of detection datasource and accelerate data preprocessing
2022-04-26 14:03:28 +08:00
Cathy0908 9a3826f0d2
[Feature]: support image visualization for tensorboard and wandb (#15)
* [Feature]: support image visualization for tensorboard and wandb
2022-04-21 20:48:58 +08:00
jiangnana.jnn e8008e3abd [Feature]: uniform input and output format for transforms 2022-04-06 20:02:21 +08:00
wenmeng.zwm 055deba53e initial commit 2022-04-02 20:01:06 +08:00