Discord&VRChatを使った Vue.js もくもく会の資料
- node.jsのインストール
Discord&VRChatを使った Vue.js もくもく会の資料
Discord&VRChatを使った Vue.js dockerもくもく会の資料
| mask = io.imread('./mask/mask_cynthia.png') | |
| def convert_cynthia_pantie(image): | |
| pantie = np.array(image) | |
| patch = np.copy(pantie[-100:-5, 546:, :]) | |
| pantie[-100:, 546:, :] = 0 | |
| patch = skt.resize(patch[::-1, ::-1, :], | |
| (patch.shape[0] + 30, patch.shape[1]), | |
| anti_aliasing=True, | |
| mode='reflect') |
| # | |
| # Dockerfile | |
| # | |
| # Created by sansuke05. | |
| # This file is licensed under the GNU Lesser General Public License v3.0 - see the LGPL_LICENSE file for details. | |
| # https://gist.github.com/sansuke05/c4e79e1815d41f70f962bdf03d9f39f0#file-lgpl_license | |
| # | |
| FROM ubuntu:20.04 | |
| USER root |