Git Product home page Git Product logo

beaconplay's Introduction

Hi there 👋

I'm Anmol Dua, an AI Engineer passionate about leveraging cutting-edge technology to drive transformative solutions. With over 5+ years in computer vision, I specialize in developing and implementing advanced algorithms across various domains.

My expertise extends across a broad spectrum of AI and computer vision applications:

  • Proficient in Image and Video Processing, unlocking insights from visual data.
  • Skilled in Object Detection and Recognition, enabling systems to perceive and identify objects accurately.
  • Experienced in Semantic and Instance Segmentation, decoding complex scenes for precise analysis.
  • Well-versed in Object Tracking, providing continuous monitoring and analysis of moving objects.
  • Knowledgeable in Facial Analysis, extracting meaningful insights from facial data.
  • Experienced in Physiological Signals Extraction, harnessing vital cues for enhanced analysis.
  • Proficient in Generative AI Diffusion, innovating to create new possibilities in AI-generated content.

My career journey is driven by a fervor for staying ahead in the tech landscape. I immerse myself in research papers, fine-tuning algorithms, and dissecting performance metrics to craft robust solutions.

What truly energizes me is the opportunity to tackle real-world challenges. I find joy in untangling complexities, collaborating across diverse teams, and delivering high-impact solutions.

Let's connect! I'm enthusiastic about exploring collaborations and discussing how we can harness AI to reshape industries and drive innovation.

beaconplay's People

Contributors

anmolduainter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

beaconplay's Issues

MiAi phone android 9

W/BeaconManager: Setting a short backgroundBetweenScanPeriod has no effect on Android 8+, which is limited to scanning every ~15 minutes
W/BeaconManager: The BeaconManager is not bound to the service.  Call beaconManager.bind(BeaconConsumer consumer) and wait for a callback to onBeaconServiceConnect()
W/BeaconManager: The BeaconManager is not bound to the service.  Call beaconManager.bind(BeaconConsumer consumer) and wait for a callback to onBeaconServiceConnect()
D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.example.anmol.beacons, PID: 11271
    java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/localbroadcastmanager/content/LocalBroadcastManager;
        at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.unregister(BeaconLocalBroadcastProcessor.java:80)
        at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.register(BeaconLocalBroadcastProcessor.java:72)

ohh there is more..

me: FATAL EXCEPTION: main
    Process: com.example.anmol.beacons, PID: 11271
    java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/localbroadcastmanager/content/LocalBroadcastManager;
        at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.unregister(BeaconLocalBroadcastProcessor.java:80)
        at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.register(BeaconLocalBroadcastProcessor.java:72)
        at org.altbeacon.beacon.service.ScanJobScheduler.ensureNotificationProcessorSetup(ScanJobScheduler.java:72)
        at org.altbeacon.beacon.service.ScanJobScheduler.schedule(ScanJobScheduler.java:143)
        at org.altbeacon.beacon.service.ScanJobScheduler.applySettingsToScheduledJob(ScanJobScheduler.java:96)
        at org.altbeacon.beacon.service.ScanJobScheduler.applySettingsToScheduledJob(ScanJobScheduler.java:103)
        at org.altbeacon.beacon.BeaconManager.applyChangesToServices(BeaconManager.java:999)
        at org.altbeacon.beacon.BeaconManager.startMonitoringBeaconsInRegion(BeaconManager.java:934)
        at org.altbeacon.beacon.startup.RegionBootstrap$InternalBeaconConsumer.onBeaconServiceConnect(RegionBootstrap.java:215)
        at org.altbeacon.beacon.BeaconManager.bind(BeaconManager.java:420)
        at org.altbeacon.beacon.startup.RegionBootstrap.<init>(RegionBootstrap.java:114)
        at com.example.anmol.beacons.BeaconNotification.onCreate(BeaconNotification.java:76)
        at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155)
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5906)
        at android.app.ActivityThread.access$1100(ActivityThread.java:200)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1660)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:193)
        at android.app.ActivityThread.main(ActivityThread.java:6762)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
     Caused by: java.lang.ClassNotFoundException: Didn't find class "androidx.localbroadcastmanager.content.LocalBroadcastManager" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.example.anmol.beacons-OzaGpdClLaK5HAfspCtGHQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.anmol.beacons-OzaGpdClLaK5HAfspCtGHQ==/lib/arm64, /system/lib64, /system/vendor/lib64]]
        at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
        at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.unregister(BeaconLocalBroadcastProcessor.java:80) 
        at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.register(BeaconLocalBroadcastProcessor.java:72) 
        at org.altbeacon.beacon.service.ScanJobScheduler.ensureNotificationProcessorSetup(ScanJobScheduler.java:72) 
        at org.altbeacon.beacon.service.ScanJobScheduler.schedule(ScanJobScheduler.java:143) 
        at org.altbeacon.beacon.service.ScanJobScheduler.applySettingsToScheduledJob(ScanJobScheduler.java:96) 
        at org.altbeacon.beacon.service.ScanJobScheduler.applySettingsToScheduledJob(ScanJobScheduler.java:103) 
        at org.altbeacon.beacon.BeaconManager.applyChangesToServices(BeaconManager.java:999) 
        at org.altbeacon.beacon.BeaconManager.startMonitoringBeaconsInRegion(BeaconManager.java:934) 
        at org.altbeacon.beacon.startup.RegionBootstrap$InternalBeaconConsumer.onBeaconServiceConnect(RegionBootstrap.java:215) 
        at org.altbeacon.beacon.BeaconManager.bind(BeaconManager.java:420) 
        at org.altbeacon.beacon.startup.RegionBootstrap.<init>(RegionBootstrap.java:114) 
        at com.example.anmol.beacons.BeaconNotification.onCreate(BeaconNotification.java:76) 
        at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155) 
        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5906) 
        at android.app.ActivityThread.access$1100(ActivityThread.java:200) 
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1660) 
        at android.os.Handler.dispatchMessage(Handler.java:106) 
        at android.os.Looper.loop(Looper.java:193) 
        at android.app.ActivityThread.main(ActivityThread.java:6762) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 
I/Process: Sending signal. PID: 11271 SIG: 9
Disconnected from the target VM, address: 'localhost:8602', transport: 'socket'

didRangeBeaconsInRegion not called

Hi,

I have installed your app but it does not return any beacon and didRangeBeaconsInRegion() method is not call.

We are use CC2650 SensorTag's in build beacon.

Thanks & Regards
Banti kumar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.