・大ゼミ
研究方針を2つに分けていたため、タイトルと新規性が少しわかりにくいと言われました。
→研究成果が出たらもう少しわかりやすくまとめます。
・研究進捗
3次元再構成の品質が悪いという問題がありましたが、SDFStudioの実装が原因でした。
→Neuralangeloの公式実装を試したところかなり良い結果が得られたので、Neuralangeloの公式実装に乗り換えました。
・大ゼミ
研究方針を2つに分けていたため、タイトルと新規性が少しわかりにくいと言われました。
→研究成果が出たらもう少しわかりやすくまとめます。
・研究進捗
3次元再構成の品質が悪いという問題がありましたが、SDFStudioの実装が原因でした。
→Neuralangeloの公式実装を試したところかなり良い結果が得られたので、Neuralangeloの公式実装に乗り換えました。
デンソーES提出
パナソニックES提出、Webテスト受験
ホンダOB個人面談、インターン面接
機械学習を用いた生体信号分析による飲酒状態推定法の有効性検証
とかにしようと思う
スマートウォッチと鍵を一体化したシステム→教師なし学習で二値分類→人の手を一度加えラベル付け→二度目から飲酒推定可能
動画で中心窩レンダリングと物体検出を別々で行いました。大ゼミで指摘されたパワポの部分を直していました。
研究テーマを変えようか迷っています。
tensorflowではモデルの読み出しができなかったため、kerasを使用したところ読み出しに成功した。先週は、1匹分のモデルを作成し、識別を実行したが、犬の画像を猫と判別してしまったため、プログラムを見直す必要がある。
大ゼミの発表のためのスライド作成をしました。
遠い人でも、認識できるように超解像について調べています。最初は一枚の画像を超解像してみようと思います。 RealESRGANというモデルが超解像するときに画像のぼやけが少なそうなので試してみます。一枚の画像からでは入力情報が足りなそうな場合は、難しそうですが一定時間の動画から複数枚の画像に分けて入力して超解像してみます。
京セラ、NTT西日本、村田製作所に応募
申し訳ありませんが、自動車免許取得のため本日のゼミは欠席します。
意外と早く終わったので出れそうです。
It took me about 6 days to establish the complete conda envoriment and run the Python algorithm of CenterPoint in my system (Ubuntu 20.04.6).
There is still a problem that the DCN part can be compiled, but it won’t run normally with my torch (1.12.0), an older version should be applied, but it will cause some other problems.
The CenterPoint contains two third-part libs, git clone cannot download both of them. They should be cloned desperately. And then, re-adding the CUDA path, CenterPoint path and third-part lib path to .bashrc. Definitely, one of libs can be installed by pip without compiling…… After that, this problem was solved.
2. RuntimeError:
———————————–File“/home/omaqzy/PycharmProjects/CenterPoint/det3d/ops/dcn/deform_conv.py”, line 93, in backward cur_im2col_step)
RuntimeError: view size is not compatible with input tensor’s size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(…) instead.
————————————–
This is the problem about DCN. Replaced the AT_CHECK with TORCH_CHECK in file deform_conv_cuda.cpp and deform_pool_cuda.cpp, so that the DCN can be compiled. When I run it to train the model, I will face the above problem.
The train result:
Solve the above problem.
Learn the 3D-Detection and try to modify the algorithm.
This three version code can be seen in my gitlab