soumajm
2e3cef9197
Add Licenses.
Signed-off-by: Soumajit Majumder <sm176357@outlook.com>
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
Vittorio Cozzolino
9631ec7f5b
Minor fix about generated files and readme
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
Update build_image.sh
Update registered.py
Add link to download the yolox and m3l models.
Upload generated deepcopy files.
Remove unused fields from modelspec.
Minor edit in featureextraction controller.
Fix spelling error in controller
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
Vittorio Cozzolino
5055543652
Reorganize folder structure of multiedgetracking.
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
Reorganize folder structure of multiedgetracking.
Remove sync function with edge for multiedgertacking controllers (not used currently).
Edit README.md and Dockerfiles.
Remove some explicit parameters from YAML files (use default value).
Add empty line at the end of the YAML and Python files.
Add comments to the multiedgeinference code.
Minor edits to the run.sh script.
Update Docker image version number in YAML files.
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
soumajm
c86c91c961
Remove redundant variables in Yolox
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
Vittorio Cozzolino
90dee7f945
Remove PVC mount from feature extraction.
Signed-off-by: Vittorio Cozzolino<vittorio.cozzolino@huawei.com>
Enhance tutorial and run script.
Add link to download a sample video and query images.
Have same folder structure between pods and host (for NFS).
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
soumajm
f14cd290b0
Minor fixes in README.md
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
Vittorio Cozzolino
37a39fda1f
Pedestrian ReID for COVID19 scenarios
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
KubeEdge Bot
397b5e51a1
Merge pull request #233 from jaypume/docs
fix docs: index and quickstart
4 years ago
llhuii
f4ca2ff656
examples: fix the image name prefix
Signed-off-by: llhuii <liulinghui@huawei.com>
4 years ago
Jie Pu
8683997018
docs update: index and quickstart
Signed-off-by: Jie Pu <i@jaypu.com>
4 years ago
Jie Pu
cc08c26299
fix docs: index and quickstart
Signed-off-by: Jie Pu <i@jaypu.com>
4 years ago
XinYao1994
a9e8a3ce43
Changed interface from run() to train().
Signed-off-by: XinYao1994 <xyao@cs.hku.hk>
4 years ago
Vittorio Cozzolino
64f93a9d49
Improve build_image.sh
Signed-off-by: Vittorio Cozzolino <vittorio.cozzolino@huawei.com>
4 years ago
XinYao1994
601c977a00
Fixed bugs of running tensorflow framework and supported different folds for storing pretrained model and aftertrained model.
Signed-off-by: XinYao1994 <xyao@cs.hku.hk>
4 years ago
KubeEdge Bot
e110ac77b1
Merge pull request #116 from XinYao1994/main
[Enhancement Request] Integrate Plato into Sedna as a backend for supporting federated learning - Phase one
4 years ago
XinYao1994
2488b3f94b
add federated learning inplementation by plato
Signed-off-by: XinYao1994 <xyao@cs.hku.hk>
4 years ago
Jie Pu
d920f8ec57
add transmitter, client_choose, aggregation interface
1. add transmitter, client_choose, aggregation interface to Lib.
2. add example of how to use new added interface.
Signed-off-by: Jie Pu <pujie2@huawei.com>
Signed-off-by: XinYao1994 <xyao@cs.hku.hk>
update
5 years ago
JoeyHwong
06fb69274f
fix env variable error in aggregation
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
4 years ago
KubeEdge Bot
8fe51d2029
Merge pull request #157 from JoeyHwong-gk/hot_model
[Lib Support] hot model update
4 years ago
JimmyYang20
9161ed42ca
Fix s3 example docs of IL&JI
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
5 years ago
KubeEdge Bot
04e518f574
Merge pull request #138 from JimmyYang20/modelhotupdate
GM&LC: IL supports model hot updates
5 years ago
JimmyYang20
0223441530
GM&LC: IL supports model hot updates
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
5 years ago
KubeEdge Bot
090ad350c1
Merge pull request #150 from JoeyHwong-gk/docs
docs improvement
5 years ago
JoeyHwong
f574fd9eb9
fix access exceptions when rendering with sphinx
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
376b73276c
Adjusting the Log of IncrementalLearning example
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JimmyYang20
81b0c2c778
Update s3 example docs of IL&JI
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
5 years ago
JoeyHwong
b4b8e2a14d
Improve the docs
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
KubeEdge Bot
626a89248b
Merge pull request #142 from JoeyHwong-gk/lls3
lifelong learning: issue-driven interface-adjustment and bug fix
5 years ago
JimmyYang20
c46697e87d
fix il doc
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
5 years ago
JoeyHwong
becfe485df
fix lifelong issue
- Reduce parameters for initial
- show all interfaces of lifelong learning in example
- fix bugs from deep learning framework
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
KubeEdge Bot
57be75c289
Merge pull request #117 from JoeyHwong-gk/joint
joint_inference: bug fix and interface reconstruction
5 years ago
JoeyHwong
2806c735e5
fix pr comment
- make the hard_example_mining alg to be a common interface
- fix get_hem_from_config: raise exception when value is unexpected
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
a9e85a3348
fix example bug: save result which get from cloud if is hard example
fix message when http connect fail
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
KubeEdge Bot
e8c5ff3f8e
Merge pull request #143 from JoeyHwong-gk/lldoc
improve lifelong learning docs
5 years ago
KubeEdge Bot
16fb975dac
Merge pull request #107 from JoeyHwong-gk/incremental
[incremental learning] example:keep all results whether is hardExample or not, fixed the issue of using s3 to save model
5 years ago
JoeyHwong
d6023c3579
make the hard_example_mining alg to be a common interface
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
3de7c6862c
improve lifelong learning docs
1. improve the atc example words
2. fix the broken links in lifelong proposal
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
dd0dd5cc2d
fix bug: Cloud worker not exiting
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
13d97183ed
fix bug: aggregation of weights should occur in the AggServer
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
e833a23615
Update interface.py
fix env missing bug
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
1c42fcab18
Interface Improvement:
1. The algorithm of HardExampleMining should be seleted by the developer.
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
a218658ed6
fix incremental_learning bug
- Add docs and code comment
- fix bugs: epoch always be 1, inference result not saved, s3 upload
fail
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
JoeyHwong
3f7fb10365
Fix example/lib bugs
1.fix backend env bug;
2.fix s3 upload bug;
3.fix joint_inference bug;
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
KubeEdge Bot
5e98d02287
Merge pull request #83 from llhuii/fix-examples-push-script
examples: fix the push script ignoring first image
5 years ago
llhuii
48491ca822
examples: fix the push script ignoring first image
Signed-off-by: llhuii <liulinghui@huawei.com>
5 years ago
llhuii
c1d878167b
Bump images/lib to v0.3.0
Signed-off-by: llhuii <liulinghui@huawei.com>
5 years ago
KubeEdge Bot
9411a2cd0e
Merge pull request #72 from JoeyHwong-gk/lib-refactor
lib refector and add lifelong learning
5 years ago
JoeyHwong
97a77d0f78
fix pr comment
Signed-off-by: JoeyHwong <joeyhwong@gknow.cn>
5 years ago
KubeEdge Bot
03ba6872e3
Merge pull request #79 from Congrool/main
Fixed a spelling mistake
5 years ago
congrool
3900db8801
fixed a spelling mistake
Signed-off-by: congrool <783928876@qq.com>
5 years ago