Skip to content

Instantly share code, notes, and snippets.

View bigdataplot's full-sized avatar

BigDataPlot bigdataplot

View GitHub Profile
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 960px;
height: 500px;
position: relative;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>test1</title>
</head>
<body>
<p>test1: 中文</p>
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Created on Wed Jun 20 14:19:23 2018
@author: Ken Ouyang
"""
box_to_display_str_map = collections.defaultdict(list)
box_to_color_map = collections.defaultdict(str)
box_to_instance_masks_map = {}