Skip to content

Instantly share code, notes, and snippets.

@jens25
jens25 / efficientdet_camera_inference.py
Last active April 20, 2020 18:57
efficientdet_camera_inference
import os
import sys
import cv2
import time
import requests
import argparse
import tarfile
import numpy as np
import tensorflow.compat.v1 as tf
@jens25
jens25 / train_val_stage_1_1.prototxt
Last active April 7, 2018 12:41
Trainining and validation files for the RACNN Network.
name: "RA_CNN"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
transform_param {