Wenwei Zhang
ec7d83bb4c
Refine docs and fix format issues ( #3349 )
...
* Refine docs and fix format issues
* reformat
* fix mock
* Refine format
* Reorganize tutorials
5 years ago
Kai Chen
588536de99
Fix docstring formats ( #3196 )
...
* update docstring formats
* fix :func:
* minor update
5 years ago
Jerry Jiarui XU
792273be65
Add doc string for datasets ( #3130 )
...
* add docstring for pipelines
* add docs string for transform pipeline
* add dataset docs
* resovle comments
* refactor table
* resovle comments
* delete __repr__
* resolve comments
* minor update
* update readme
* minor update
* rename api
5 years ago
Jokoe66
1ae61f91a2
Fixed nan loss by filtering out-of-frame gt_bboxes in coco.py ( #2999 )
...
* Fixed nan loss by filtering out-of-frame gt_bboxes
* Discarded lambda expression of is_out_of_frame
* Cleaned trailing whitespace
* Reformatted code
* Checked the intersection between boxes and image
5 years ago
Jerry Jiarui XU
8fc0542439
add lvis support ( #2088 )
...
* add lvis dataset
* fixed eval
* fixed test cfg
* add resnext config
* update md
* fixed name
* update model urls
* minor fix
* fixed typo
* use open-mmlab lvis
* update travis
* fixed install
* make class balance as default
5 years ago
Jerry Jiarui XU
f745a64d62
add ClassBalancedDataset ( #2721 )
...
* add RepeatFactorDataset
* add docs and test
* rename to ClassBalancedDataset
* fixed typo
5 years ago
kinredon
a9bedfba2e
Fix typos ( #2768 )
5 years ago