過去二年間の過去問を解きました。今週は復習をして本番にのぞみたいと思います。
「研究進捗」カテゴリーアーカイブ
毎週の研究進捗の報告
今週の進捗(藤本)
NTTデータのグループディスカッション落ちました
パナソニックの面接が明日あるので対策します。
今週の進捗(根来)
ES作成
webテスト受験
グループディスカッション(NTTデータ、カワサキモータース)
面接(京セラ、SONY、IHI)
今週の進捗(藤崎)
画像処理関係の本を読んだ
プロジェクト
ゼミ
include
void func3(int a, int b){
a+=13;
b-=3;
printf("%d, %d\n ", a, b);
}
void func4(int a, int b) {
int c;
printf("%d\n", c);
c = a + b;
printf("%d\n", c);
}
void func5(int a, int b) {
int c;
printf("%d\n", c);
c = a + b;
printf("%d\n", c);
}
int main(void) {
int a = 5, b = 8;
func4(a, b);
func3(a, b);
func5(a, … Continue Reading ››
週報(西元)
院試頑張りました。
週報(飯田)
先週の院試では勉強してきた成果を十分に発揮できました。
今週のゼミは眼科と被ってしまったので早退します。
週報(豊永)
電磁気学:問題集。電気回路:過去問。電子回路:問題集。副教科:過去問を中心に演習している。
院試が近くなり、やる気スイッチが入った。💪
週報(野崎)
各教科の復習と過去問を解いています。
週報(GAO)
1.read the paper about 6D pose emstimation(A Review of 6D Object Pose Estimation).
try to use the 6D POSE emtimation to find the corns in the 3D coordinate system.
trying to find a method based on key-point datection to make 6D Pose Estimation