AugOD: a test augmentation tool of object detection based on object-level metamorphic relation.
Video demonstration can be found at https://youtu.be/Rz4qp7vih_8.
- Start the frontend:
cd webapp
npm run devThen the frontend starts on port 9528, and the frontend code is fixed to make an http request to the backend on port 8000;
- Start the backend:
cd server
python manage.pyThen backend starts listening on port 8000 by default.
- python
- flask
- vue-element-admin
- element-ui
- mysql
- Separate frontend and backend. The front end calls the back end interface through http requests.