ObjectDescriptionSupermarket-CVCS-UniMoRe

Object Detection and Scene Description in a Supermarket

This is a course project for the postgraduate level course of Computer Vision and Cognitive System taught at DIEF, UniMoRe.

Datasets

Training and Experimentations

For training the Faster RCNN model for Object detection:

sbatch frcnn.slurm

For training the DenseNet 121 model for Product Classification and Embeddings for the Product Retrieval:

sbatch clf.slurm

Implementation and Inference

Object Detection and Scene Description

export OPENAI_API_KEY=entergeneratedAPIKey

sbatch inference.slurm

pipeline

Retrieval Mechanism

Retrieval was initially experimented using Google Colab: https://colab.research.google.com/drive/1HXn3XRod3_6CHOes7aB0bJltz-IJagRP?usp=sharing

sbatch retrival.slurm

retrival

(Additional modifications can be made by editing the Python scripts mentioned in the corresponding slurm files.)