Skip to content

Instantly share code, notes, and snippets.

View bmharper's full-sized avatar

Ben Harper bmharper

  • WeFi
  • Stellenbosch, South Africa
  • X @rogojin
View GitHub Profile
@rwightman
rwightman / standalone_bifpn.py
Last active January 27, 2023 06:09
Use effdet BiFPN standalone
from typing import Callable, Union
from dataclasses import dataclass
import timm
import torch.nn as nn
from effdet.efficientdet import BiFpn
from effdet.config import fpn_config
from omegaconf import DictConfig
@emoon
emoon / gist:566b081565cf01e077da
Last active August 29, 2015 14:12
Stuff I watched from 31c3

http://events.ccc.de/congress/2014/Fahrplan/events/6103.html - AMD x86 SMU firmware analysis

http://events.ccc.de/congress/2014/Fahrplan/events/6308.html - Beyond PNR: Exploring airline systems

  • A bit dry and while it had some good info it wasn't that interesting.

http://events.ccc.de/congress/2014/Fahrplan/events/6344.html - Security Analysis of Estonia's Internet Voting System

http://events.ccc.de/congress/2014/Fahrplan/events/6236.html - Iridium Pager Hacking