Skip to content
forked from CarlosRDomin/AIM3S

AIM3S: Autonomous Inventory Management for cashier-less convenience stores through Multi-Modal Sensing

Notifications You must be signed in to change notification settings

johnnyduo/AIM3S

 
 

Repository files navigation

Installation instructions

First, you'll need to install conda (Miniconda3 recommended)

Then, you have two options:

  1. Install from environment.yml:
    conda env create -f environment.yml
  2. Manual install:
    conda create -n aim3s python=3 opencv=4 protobuf numpy scipy matplotlib h5py pytz
    conda activate aim3s
    pip install grpcio googleapis-common-protos

About

AIM3S: Autonomous Inventory Management for cashier-less convenience stores through Multi-Modal Sensing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.1%
  • MATLAB 41.4%
  • M 1.7%
  • Dockerfile 0.8%