-
Clone the repository: https://github.com/open-mmlab/mmfashion
-
a) Download models to
/checkpointdirectory from https://github.com/open-mmlab/mmfashion/blob/master/docs/MODEL_ZOO.mdb) Rename them something useful like
cat_att_fine_vgg_landmark.pthinstead oflatest.pthorvgg16.pth -
a) Download annotations to
/data/Attr_Predictdirectory from https://drive.google.com/drive/folders/0B7EVK8r0v71pWGplNFhjc01NbzQ?resourcekey=0-BU3lAk-Nc7HscJu-CyC1yAb) Copy
Anno_coarsetoAnnosuch that you have/data/Attr_Predict/Anno/<list_files>.txt
This file contains hidden or 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
| Shout out to the man, the myth, the legend @Ron for being an absolute man, myth and legend. Without fail, every single day since he's joined Leonardo he has spent a day with the company. | |
| He was the best of engineers, | |
| He was the worst of engineers | |
| Borne forwards ceaselessly into the future, | |
| Worn towards needlessly taken to pasture | |
| I, too, declare unwavering fealty to Ronald the hamfryer slayer, first of his name (I think), maker of pains. |
This file contains hidden or 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
| details: darker | |
| background: | |
| top: "#141924" | |
| bottom: "#111112" | |
| foreground: "#d8dee9" | |
| accent: | |
| left: "#186ec4" | |
| right: "#141924" | |
| terminal_colors: | |
| normal: |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| content/characters/cinematics/cin_blank | |
| content/characters/cinematics/cin_blankt | |
| content/characters/cinematics/cin_human | |
| content/characters/cinematics/cin_human_cutscene | |
| content/characters/cinematics/cin_ogryn_cutscene | |
| content/characters/cinematics/cin_ogryn_sit_02 | |
| content/characters/cinematics/human/extras/extras | |
| content/characters/cinematics/human/hub_shop_keepers/barber_surgeon/oska_krall_barber_surgeon | |
| content/characters/cinematics/human/hub_shop_keepers/crafting_station/hadron_crafting_station |
This file contains hidden or 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
Show hidden characters
| { | |
| "root": true, | |
| "parser": "@typescript-eslint/parser", | |
| "extends": ["next/core-web-vitals", "eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"], | |
| "plugins": ["@typescript-eslint"], | |
| "ignorePatterns": ["*.cjs"], | |
| "settings": {}, | |
| "parserOptions": { | |
| "sourceType": "module", | |
| "ecmaVersion": "latest", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| <script> | |
| switch(code) { | |
| case 'Enter': | |
| calculation.calculate(); | |
| break; | |
| case 'Backspace': | |
| calculation.backSpace(); | |
| break; | |
| default: | |
| shiftDown ? calculation.addKey(valueUpper || value) : calculation.addKey(value); |