Commit Graph

16 Commits (85933cb55686e15cb7db81c80d8d7c464f95617e)
 

Author SHA1 Message Date
Linyiqi 85933cb556
implementation of datasets and dataloader (#2)
* implementation of datasets and dataloader

* add testing file

* fix MergeDataset flag bug and QueryAwareDataset one shot setting bug

* Set all flag to 0 in three datasetwrapper

* Fix NwayKshotDataloader sampler bug and fix some review comments

* add pytest file

* add voc test data for pytest

* finish test file for few shot custom dataset

* finish test file for few shot custom dataset

* finish test file for few shot custom dataset

* finish test file for merge dataset

* finish test file nwaykshot dataset

* cover more coner case in both datasets and add test file for query aware dataset and nwaykshot dataset

* finish test file of dataloader and fix all random seed in test file

* remove config

* avoid ann info change

* fix voc comments

* fix voc comments

* Lyq dataset dataloader (#4)

* fix voc comments

* fix voc comments

* fix voc comments

* fix comment and refactoring FewShotCustomDataset FewShotVOCDataset

* add coco dataset and test file

* Lyq dataset dataloader (#6)

* fix comments

* fix comments

* Lyq dataset dataloader (#7)

* fix comments

* fix comments

* fix comments
2021-05-24 17:07:43 +08:00
Shilong Zhang 6f15e33ab9
Merge pull request #1 from jshilong/init_commit_for_det
Support for mmdet and mmcls
2021-05-17 13:55:26 +08:00
zhangshilong 75be362cb2 disable coverage 2021-05-17 13:06:12 +08:00
zhangshilong 3e174921ad update requiments 2021-05-17 13:01:07 +08:00
zhangshilong 3a51fd9bb5 remove pat and updata setupcfg 2021-05-17 12:51:48 +08:00
zhangshilong 9961fffdff add template for issue 2021-05-17 12:46:26 +08:00
zhangshilong 450eaf00bb add unitest 2021-05-17 12:40:02 +08:00
zhangshilong 3eeb032ac1 add requirements 2021-05-16 20:45:55 +08:00
zhangshilong 05701f9cfe remove formart results 2021-05-16 20:15:07 +08:00
zhangshilong fec56dceef fix test for cls 2021-05-16 20:06:46 +08:00
zhangshilong 96cd8cd537 fix setup 2021-05-16 19:27:07 +08:00
zhangshilong d4c08fe6d1 add comments for metalearning 2021-05-16 19:24:15 +08:00
zhangshilong 314a2d1555 add requirments and remove fuse bn in test 2021-05-16 19:15:21 +08:00
zhangshilong 6726507c6f add suppoort for cls 2021-05-16 16:29:24 +08:00
zhangshilong d1894d07f0 add suppoort for det 2021-05-15 22:47:59 +08:00
Shilong Zhang 9abb09c24d
Initial commit 2021-05-14 12:57:05 +08:00