Skip to content

Instantly share code, notes, and snippets.

View SamBahrami's full-sized avatar

Sam Bahrami SamBahrami

  • Adelaide, Australia
View GitHub Profile
var num_obj = 1;
document.querySelector('crowd-form').onsubmit = function(e) {
const keypoints = document.querySelector('crowd-bounding-box').value.boundingBoxes || document.querySelector('crowd-bounding-box')._submittableValue.keypoints;
const labels = keypoints.map(function(p) {
return p.label;
});
if (labels.length != num_obj) {
e.preventDefault();