You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Creating the possibilities of humans and society, Like sports. CEO Dai Tamesue 人間と社会の可能性を拓く、 スポーツのように。 タイムというはっきりとした結果が出る競技を追求しながら、人間の限界はどこにあるのだろうかと考え続けてきました。伸び悩んだり、重圧に苦しんだりする中で、限界は自分自身の思い込みが作っているのではないかと、そう思うようになりました。 社会を見渡せばそんな出来事が溢れています。思い込みによって制約がかかり可能性が狭まっている。自分がスポーツと向き合ってきた方法が、人間と社会の可能性を拓く上で活かせるのではないかと思い、会社を始めました。 私は「スポーツとは身体と環境の間で遊ぶこと」だと定義しています。遊びには計画も、義務もありません。面白いから行われる自由な活動です。そんな「遊ぶ」という感覚が
画像処理100本ノックとは 以下のような素晴らしい記事を発見しました。 https://qiita.com/yoyoyo_/items/2ef53f47f87dcf5d1e14 (リンク切れ) 画像処理を、OpenCV等の高度なライブラリを使わず行うことで、画像処理の理解を深める、非常に有用な練習問題集です。自分も画像処理の基礎を学びなおしたかったので、自己学習のため活用させていただくことにしました。 ただ、初学者にとってハードルになりそうなのが、環境構築のところです。GitHubのREADMEに丁寧に描かれているのですが、初学者にとっては難易度高く、時間もかかります。また、自宅以外の環境でちょっと学習したいときなどにも不便です。 そんな手間を解消するために、Googleが提供している環境構築不要・無料でPythonの開発が可能なWebサービス「Google Colaboratory」を使
Sloth is a native Mac app that shows all open files and sockets in use by all running processes on your system. This makes it easy to inspect which apps are using which files and sockets. Features View all open files, directories, IP sockets, devices, Unix domain sockets and pipes Filter by name, access mode, volume, type, location, or using regular expressions Sort by name, process ID, user ID, p
We’ll build our UI following a Component-Driven Development (CDD) methodology. It’s a process that builds UIs from the “bottom-up”, starting with components and ending with screens. CDD helps you scale the amount of complexity you’re faced with as you build out the UI. Task Task is the core component of our app. Each task displays slightly differently depending on exactly what state it’s in. We di
Feature pyramids are widely exploited by both the state-of-the-art one-stage object detectors (e.g., DSSD, RetinaNet, RefineDet) and the two-stage object detectors (e.g., Mask R-CNN, DetNet) to alleviate the problem arising from scale variation across object instances. Although these object detectors with feature pyramids achieve encouraging results, they have some limitations due to that they onl
import requests import json import sys BASE_URL = "https://api.ce-cotoha.com/api/dev/" CLIENT_ID = "オマエ アイディ イレル" CLIENT_SECRET = "オマエ シークレット イレル" def auth(client_id, client_secret): token_url = "https://api.ce-cotoha.com/v1/oauth/accesstokens" headers = { "Content-Type": "application/json", "charset": "UTF-8" } data = { "grantType": "client_credentials", "clientId": client_id, "clientSecret": cli
盛れた写真に加工して撮影することができる定番アプリ「SNOW」ですが、「機械学習を使ってSNOWの加工を元に戻す研究をしていました」というエンジニアの男性が投稿した写真に注目が集まっていました。これはすごい。 これはスゴイ技術だ……!! 機械学習を使ってSNOWの加工が元に戻されている画像が話題自撮りする女子(※加工はされていません)自撮り写真は加工されすぎていて、実際とかけ離れてしまっているなんてこともしばしば。そんな盛れる自撮りアプリの元祖定番ともいえる「SNOW」で普及した、目が大きくなったり、あごがシャープになったりする加工をよく見かけます。 SNOWでよく見かける加工を、機械学習を使って元に写真に戻す研究をしていたというエンジニアさんが1枚の写真を投稿。「元画像」「SNOW」「SNOW戻し」と比較できる写真に注目が集まっています。 機械学習使ってSNOWの加工を元に戻す研究してま
Notice: Undefined index: oldJS in /var/www/m2h/files/js_to_c.php on line 4 Notice: Undefined variable: noprint in /var/www/m2h/files/js_to_c.php on line 22 NOTICE: A greatly improved (and Unity-integrated) version of this script is available on the Unity Asset Store under "Extensions"! #pragma strict private var myFloat : float = 0.05; public var myString : String = "test"; function Start(){ var b
新着情報 2018/11/22 [ニュースリリース] IVRC2018の審査結果が発表されました。 2018/11/06 決勝大会会場へのアクセスマップの情報を掲載しました。会場が広いためお気をつけてお越しください。 2018/10/24 決勝大会の情報を更新しました。 2018/10/01 [ニュースリリース] IVRC2018 決勝大会の進出作品が決定しました。 2018/09/18 [ニュースリリース] IVRC2018 予選大会が開催されます。 2018/09/16 来場者向けの情報を更新しました。 2018/07/26 予選大会出場チーム向けの情報を掲載しました。 2018/07/09 [ニュースリリース] IVRC2018 予選大会の進出作品が決定しました。 2018/06/17 115件の応募がありました。多数のご応募をありがとうございます。結果の通知は7月上旬を予定していま
夏雲システムは、インターネット句会のためのシステムです。 投句も選句も簡単にできて、句会進行もスムーズ。 結果は自動的に集計されます。 縦書きでの鑑賞や参加の記録など、役に立つ楽しい機能も。 今もなお進化を続けている句会システムです!
Hi everyone, When the Yarn project started back in 2016, our landscape was very different from what it is now. Package locking was far from being a first class citizen in the Javascript ecosystem, and the time needed to run an install was ... well, it was what it was. Yarn's release shook the status quo and started a movement that ended up being beneficial to everyone, other package managers inclu
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く