Browse Source

Replace demo images

pull/1899/head
Hironsan 2 years ago
parent
commit
1fa2a8cf02
4 changed files with 3 additions and 3 deletions
  1. BIN
      frontend/assets/images/demo/cat.jpeg
  2. 2
      frontend/pages/demo/image-classification/index.vue
  3. 2
      frontend/pages/demo/object-detection/index.vue
  4. 2
      frontend/pages/demo/segmentation/index.vue

BIN
frontend/assets/images/demo/cat.jpeg

Before After
Width: 1280  |  Height: 851  |  Size: 217 KiB

2
frontend/pages/demo/image-classification/index.vue

@ -59,7 +59,7 @@ export default {
singleLabel: true,
currentDoc: {
id: 8,
filename: require('~/assets/6737785.png'),
filename: require('~/assets/images/demo/cat.jpeg'),
annotations: [
{
id: 17,

2
frontend/pages/demo/object-detection/index.vue

@ -73,7 +73,7 @@ export default {
data() {
return {
imageUrl: 'https://www.pakutaso.com/shared/img/thumb/shikun20220402_122123_TP_V.jpg',
imageUrl: require('~/assets/images/demo/cat.jpeg'),
rectangles: [
{
id: 'uuid',

2
frontend/pages/demo/segmentation/index.vue

@ -73,7 +73,7 @@ export default {
data() {
return {
imageUrl: 'https://www.pakutaso.com/shared/img/thumb/shikun20220402_122123_TP_V.jpg',
imageUrl: require('~/assets/images/demo/cat.jpeg'),
polygons: [
{
id: 'uuid',

Loading…
Cancel
Save