Questions tagged [augmentedimage]

8 questions
1
vote
0 answers

Vuforia Sample Crash When Device Doesn't Access To Internet

I have an android kotlin augmented image application using vuforia engine and it crashes after sometime when i turn mobiles internet off. when i use vuforia offline it crashes whit this message : FATAL EXCEPTION: Thread-10 Process:…
1
vote
0 answers

ARCore: Estimate position in world space when detecting an image

I am new to ARCore and I try to write an Android app using it. What I want to do is to estimate the current position based on augmented images that hang at a fixed place on a wall. An app which does something like this is for example this one:…
0
votes
0 answers

Android Studio Augmented Image camera is blurry

hi anyone have experience and fix blurry camera of augmented image in android studio? here is the sample result Tried to change this part but still blurred private void configureSession() { Config config = new Config(session); …
Joe
  • 387
  • 1
  • 7
  • 22
0
votes
1 answer

Resize and Convert Image to grayscale with Augmented Image Datastore using Matlab returning error

I want to resize all images in folder [224 224 3]. aug_imds = augmentedImageDatastore([224 224 3], imdsTrain,'ColorPreprocessing', 'rgb2gray'); layers = [ imageInputLayer([224 224 3]) convolution2dLayer(3, 8, 'Padding', 'same') …
Kavya Shree
  • 1,014
  • 2
  • 17
  • 52
0
votes
1 answer

How to stop tracking a image in ARcore

I when I use the augemnted image function,the program will stuck in tracking state. case TRACKING: fitToScanView.setVisibility(View.GONE); if (!augmentedImageMap.containsKey(augmentedImage)) { …
0
votes
2 answers

deep learning: loss and accuracy is low when data augmentation

I am new on deep learning concept. I create a CNN model to predict my digit hand writing by MNIST data set and tensorflow and keras. I don't know why my model can't predict 6 number image. So I decided to Data Augmentation for mnist dataset.I tried…
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149
0
votes
0 answers

ARCore augmented Images not tracking outside

I'm working on an app with Unity, in which I want to use ARCore's augemented Images to track Images outside, specifically Images of streetart. I took the pictures and when testing them at home on my Monitor they are easily found, but when I'm trying…
-1
votes
1 answer

Augmented image anchor position changed frequently

ArCore Augmented image anchor created from image center pose changed after some time and it leads to look like the object not stable and it is drifting.Hoe to avoid anchor position change.
Ramprasad
  • 7,981
  • 20
  • 74
  • 135