Skip to content

Instantly share code, notes, and snippets.

View mbsantiago's full-sized avatar

Santiago Martinez Balvanera mbsantiago

View GitHub Profile
@mbsantiago
mbsantiago / ct_notebook_utils.py
Created October 5, 2025 15:01
Camera Trap Notebook Utils
import datetime
from pathlib import Path
import colab_utils
import ipywidgets as widgets
import numpy as np
from PIL import Image
def show_image_grid(
@mbsantiago
mbsantiago / colab_utils.py
Created October 5, 2025 14:54
Colab BBox Annotator
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,