Skip to content

Instantly share code, notes, and snippets.

View NirantK's full-sized avatar

Nirant NirantK

View GitHub Profile
@NirantK
NirantK / gopath
Last active September 9, 2019 08:01 — forked from austingebauer/gopath
Set GOPATH, GOBIN, and PATH in current directory
#!/usr/bin/env bash
#
# Sets the GOPATH and GOBIN to the current directory.
# Adds GOBIN to the PATH.
#
# Usage:
# 1. Put this script somewhere on your PATH.
# 2. Enter directory of a golang project (contains src, pkg, bin)
# 3. Execute: . gopath
@NirantK
NirantK / pascal_pandas.ipynb
Created March 27, 2018 01:15
A quick way to get the bounding boxes in fastai csv format ready for bounding box regression using Pandas.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

FWIW: I didn't produce the content present here. I've just copy-pasted it from somewhere over the Internet, but I cannot remember exactly the original source. I was also not able to find the author's name, so I cannot give him/her the proper credit.


Effective Engineer - Notes

What's an Effective Engineer?