- 16 7月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
* Clean up a bit * Add `__shared__` annotation for shared variables between modules * Dedup `num_classes` configurations * Document `__shared__` usage * Remove some unused variable * Improve docstring and add comments for `__shared__`
-
- 12 7月, 2019 1 次提交
-
-
由 Yang Zhang 提交于
some of the global config values are reference type, e.g., objects, lists or dicts, if the created module instances modify those values (see FPN and spatial_scale), global config will reflect these changes, and instances of the same class created later will inherit the changed values
-
- 11 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* refine bbox_normalize in infer.py * add is_bbox_normalize * rename _forward to build * check callable
-
- 10 7月, 2019 2 次提交
-
-
由 Kaipeng Deng 提交于
-
由 jerrywgz 提交于
-
- 05 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* check gpu for ppdet/yolov3 * add random shape descp in MODEL_ZOO * refine doc * not use core
-
- 04 7月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 01 7月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 29 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 28 6月, 2019 2 次提交
-
-
由 Kaipeng Deng 提交于
-
由 qingqing01 提交于
* Rename object_detection to PaddleDetection * Small fix for doc
-