You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.7 kB

12345678910111213141516171819202122232425262728293031323334
  1. # Sedna-examples
  2. A directory to share Sedna examples and tutorials to demonstrate how Sedna can implement cross edge-cloud collaborative training
  3. and collaborative inference capabilities.
  4. This repository is home to the following features of examples:
  5. * [Joint Inference](#joint-inference)
  6. * [Incremental Learning](#incremental-learning)
  7. * [Federated Learning](#federated-learning)
  8. * [Lifelong Learning](#lifelong-learning)
  9. * [Multi-Edge Inference](#multi-edge-inference)
  10. * [Shared Storage](#shared-storage)
  11. ### Joint Inference
  12. Example: [Using Joint Inference Service in Helmet Detection Scenario](./joint_inference/helmet_detection_inference/README.md)
  13. ### Incremental Learning
  14. Example: [Using Incremental Learning Job in Helmet Detection Scenario](./incremental_learning/helmet_detection/README.md)
  15. ### Federated Learning
  16. Example: [Using Federated Learning Job in Surface Defect Detection Scenario](./federated_learning/surface_defect_detection/README.md)
  17. ### Lifelong Learning
  18. Example: [Using Lifelong Learning Job in Thermal Comfort Prediction Scenario](./lifelong_learning/atcii/README.md)
  19. ### Multi-Edge Inference
  20. Example: [Using ReID to Track an Infected COVID-19 Carrier in Pandemic Scenario](./multiedgeinference/pedestrian_tracking/README.md)
  21. ### Shared Storage
  22. | Support Protocols |Support Features| Examples |Release|
  23. | :-------------: | :-------------: |:-------------: | :-------------: |
  24. | S3 |Incremental Learning| [Using Incremental Learning Job in Helmet Detection Scenario on S3](storage/s3/incremental_learning/README.md) | 0.3.1+|
  25. | S3 |Joint Inference| [Using Joint Inference Service in Helmet Detection Scenario on S3](storage/s3/joint_inference/README.md) | 0.3.0+|