Skip to content

Instantly share code, notes, and snippets.

@anujonthemove
anujonthemove / Birds-Eye-View Transformation.pdf
Last active April 29, 2024 01:07
Bird's eye view perspective transformation using OpenCV
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jyegerlehner
jyegerlehner / Forward prop prototxt
Last active October 22, 2015 01:11
forward prop example
name: "net name"
input: "data" <---------- Name of the input blob to the network. The blob is provided as argument to Net::Forward()
input_dim: 1 <---------- Number of images in the blob
input_dim: 3 <---------- Number of color channels in the input (e.g. RGB=3 for images)
input_dim: 32 <---------- width and height of the input image.
input_dim: 32 <-------/
layer {
name: "encode1_conv"
type: "Convolution"
@makfruit
makfruit / ecwid_buy_now_shiny_blue.css
Last active April 25, 2021 20:48
A CSS snippet for Ecwid to alter buy now buttons. The button CSS styles is from this list: http://hellohappy.org/css3-buttons/ ('Shiny blue')
/*
* A CSS snippet for Ecwid to alter buy now buttons.
* The button CSS styles is from this list: http://hellohappy.org/css3-buttons/ ('Shiny blue')
*/
/* This code prevents the button height issues and default IE fallbacks in Ecwid */
button.ecwid-AccentedButton,
button.ecwid-AccentedButton:hover,
button.ecwid-AccentedButton:active {
height: auto;