본문 바로가기

개인

[miniconda env] Top-View Semantic Segmentation 0. install miniconda 1. create conda env $ conda create -y -n cvt python=3.8 2. activate created env $ source activate cvt 3. install pytorch through pip $ pip install torch==1.11+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html $ $ pip install torch==1.11+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html $ pip install torc.. 더보기
BEVFormer Code Analysis (mmdet3d_plugin/bevformer/dense_heads/bevformer_head.py) class BEVFormerHead() (mmdet3d_plugin/modules/bevformer/transformer.py) class PerceptionTransformer() (mmdet3d_plugin/modules/bevformer/encoder.py) class BEVFormerEncoder() class BEVFormerLayer() (mmdet3d_plugin/modules/bevformer/temporal_self_attention.py) class TemporalSelfAttention() (mmdet3d_plugin/modules/bevformer/spatial_cross_atten.. 더보기
학문을 직업으로 삼으려는 젊은 학자들을 위하여 출처: 한국교육학회 뉴스레터 260호(2009.9) 이화여대 오욱환 인생은 너무나 많은 우연들이 필연적인 조건으로 작용함으로써 다양해집니다. 대학에 진학한 후에는 전공분야에 따라 전혀 다른 인생길로 접어든다는 사실에 놀라기도 했을 겁니다. 전공이 같았던 동년배 학우들이 각기 다른 진로를 선택함으로써 흩어진 경험도 했을 겁니다. 같은 전공으로 함께 대학원에 진학했는데도 전공 내 하위영역에 따라, 그리고 지도교수의 성향과 영향력에 따라 상당히 다른 길로 접어들었을 겁니다. 그것이 인생입니다. 저는 한국교육학회나 분과학회에 정회원으로 또는 준회원으로 가입한 젊은 학자들에게 학자로서의 삶이 행복하기를 기원하며 몇가지 조언을 하고자 합니다. 이 조언은 철칙도 아니고 금언도 아닙니다. 학자로서 자존심을 지키며 살아.. 더보기