Dataset | Identities | Images | Availability |
---|---|---|---|
Labeled Faces in the Wild (LFW) | 5,749 | 13,233 | Link |
YouTube Faces Database (YFD) | 1,595 | 3,425 videos | Link |
CelebFaces Attributes (CelebA) | 10,177 | 202,599 | Link |
Public Figures Face Database (PubFig) | 200 | 58,797 | Link |
CASIA WebFace Database (CASIA-WebFace) | 10,575 | 494,414 | Link |
FaceScrub | 530 | 106,863 | Link |
Cross-Age Celebrity Dataset (CACD) | 2,000 | 163,446 | Link |
MegaFace Training Set | 672,057 | 4,753,520 | Link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
symbols = { | |
File = {icon = "", hl = "TSURI"}, | |
Module = {icon = "", hl = "TSNamespace"}, | |
Namespace = {icon = "", hl = "TSNamespace"}, | |
Package = {icon = "", hl = "TSNamespace"}, | |
Class = {icon = "𝓒", hl = "TSType"}, | |
Method = {icon = "ƒ", hl = "TSMethod"}, | |
Property = {icon = "", hl = "TSMethod"}, | |
Field = {icon = "", hl = "TSField"}, | |
Constructor = {icon = "", hl = "TSConstructor"}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "alt+w", | |
"command": "workbench.action.closeActiveEditor" | |
}, | |
{ | |
"key": "ctrl+w", | |
"command": "-workbench.action.closeActiveEditor" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<OutputType>Exe</OutputType> | |
<TargetFramework>net5.0</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="ILGPU" Version="0.10.1" /> | |
</ItemGroup> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<channel name="xfce4-keyboard-shortcuts" version="1.0"> | |
<property name="commands" type="empty"> | |
<property name="default" type="empty"> | |
<property name="<Alt>F1" type="empty"/> | |
<property name="<Alt>F2" type="empty"> | |
<property name="startup-notify" type="empty"/> | |
</property> | |
<property name="<Alt>F3" type="empty"> |
PCH chipset temperatures are abnormally high when using eGPU devices or attached DC power brick. Even on idle CPU core temps < 50C, the fans spin up to keep PCH within intel thresholds (lim 80C).
$ sensors
pch_skylake-virtual-0
Adapter: Virtual Device
temp1: +79.0C
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* global font */ | |
* { | |
font-family: DejaVu, sans-serif !important; | |
font-size: 10pt !important; | |
} |
Set the x2go
single application command to execute sudoless in xterm
using the pattern:
xterm -e <command> <args>
xterm -e x11docker -p --home=<volume_name> <container_name>:<tag>
For info on setting sudoless x11 authority, see x11docker_sudoless.
Your configuration seems not to allow to start
a second core Xorg server from within X. Option --xorg will probably fail.
(Per default, only root or console users are allowed to run an Xorg server).
Possible solutions:
1.) Install one of nested X servers 'Xephyr', 'Xnest' or 'nxagent'.
For --gpu support: install 'weston' and 'Xwayland'.
2.) Switch to console tty1...tty6 with <CTRL><ALT><F1>...<F6>
and start x11docker there.
NewerOlder