Image 1

Image 2

Image 1 JSON inference

{'people': 
		{'person_0': [
            573,
            87,
            737,
            603
        ], 'person_1': [
            822,
            120,
            954,
            509
        ]
    },
 'social_distancing_violations': [
        {'person0': [
                573,
                87,
                737,
                603
            ],
   'person1': [
                822,
                120,
                954,
                509
            ]
        }
    ],
 'violators': [
        0,
        1
    ]
}

Image 2 JSON inference

{'people': 
		{'person_0': [
            956,
            373,
            1007,
            515
        ],
    'person_1': [
            261,
            378,
            319,
            519
        ],
    'person_2': [
            61,
            368,
            100,
            509
        ],
    'person_3': [
            468,
            376,
            512,
            488
        ],
    'person_4': [
            671,
            373,
            711,
            470
        ]
    },
   'social_distancing_violations': [],
   'violators': []
}