Quick upload using curl only curl --form'file=@/path/to/file'http://127.0.0.1:8080 When Authentication is used and NoAnonymousUploads are enabled you can quick upload using user tokens: curl --form'file=@/path/to/file'--header'X-PlikToken: xxxx-xxx-xxxx-xxxxx-xxxxxxxx'http://127.0....
aimcan self update in-place using: aim --update 🐳 Docker For convenience, alpine-based docker images foraarch64andx64are available, so arguments can be passed directly to them. docker run --rm -it -v$(pwd):/src --net=host --user$UID:$UIDmihaigalos/aim https://raw.githubusercont...
You need to have ZoneMinder installed on a local linux machine to use smart-zoneminder. I'm using version 1.30.4 which is installed on machine running Ubuntu 18.04. I followedUbuntu Server 18.04 64-bit with Zoneminder 1.30.4 the easy wayto install ZoneMinder. ...
\n\n### Using json.load()\n\nThe JSON package has json.load() function that loads the json content from a json file into a dictionary.\n\nIt takes one parameter:\n\nFile pointer: A file pointer that points to a JSON file.\n", 490 + "metadata": {} 491 + }, 492 + ...
# classification is to overwrite last layer # with an identity transformation, we'll reduce # dimension using a Linear layer, resnet is 2048 out vision_module = torchvision.models.resnet152( pretrained=True ) vision_module.fc = torch.nn.Linear( in_features=2048, out_features=self.vision_fea...
"To write this piece of code I took inspiration/code from a lot of places.\n", "It was late night, so I'm not sure how much I created or just copied o.O\n", "Here are some of the possible references:\n", "https://blog.addpipe.com/recording-audio-in-the-browser-using-pure...
Quick upload using curl only curl --form'file=@/path/to/file'http://127.0.0.1:8080 When Authentication is used and NoAnonymousUploads are enabled you can quick upload using user tokens: curl --form'file=@/path/to/file'--header'X-PlikToken: xxxx-xxx-xxxx-xxxxx-xxxxxxxx'http://127.0....