国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Learning to Segment Rigid Motions from Two Frames 代碼復(fù)現(xiàn)

這篇具有很好參考價(jià)值的文章主要介紹了Learning to Segment Rigid Motions from Two Frames 代碼復(fù)現(xiàn)。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

環(huán)境配置

https://github.com/gengshan-y/rigidmask

1.拉取代碼

git clone https://github.com/gengshan-y/rigidmask.git
cd rigidmask

2.創(chuàng)建conda環(huán)境,修改rigidmask.yml

name: rigidmask
channels:
  - pytorch
  - pytorch3d
  - conda-forge
  - defaults
dependencies:
  - python=3.7
  - numba
  - tqdm
  - tbb
  - joblib
  - h5py
  - pytorch=1.7.0
  - torchvision=0.8.0
  - cudatoolkit=11.0
  - pip:
    - absl-py==0.11.0
    - cachetools==4.1.1
    - chardet==3.0.4
    - cloudpickle==1.6.0
    - cython==0.29.21
    - dataclasses==0.6
#    - dcnv2==0.1
    - future==0.18.2
    - fvcore==0.1.2.post20201122
    - google-auth==1.23.0
    - google-auth-oauthlib==0.4.2
    - grpcio==1.34.0
    - idna==2.10
    - joblib==0.17.0
#    - kornia==0.4.2+74cc0cf
    - markdown==3.3.3
#    - ngransac==0.0.0
    - oauthlib==3.1.0
  # - opencv-python==4.4.0.46
    - portalocker==2.0.0
    - protobuf==3.14.0
    - pyasn1==0.4.8
    - pyasn1-modules==0.2.8
#    - pycocotools==2.0.2
    - pydot==1.4.1
    - pypng==0.0.20
    - pyyaml==5.3.1
    - requests==2.25.0
    - requests-oauthlib==1.3.0
    - rsa==4.6
    - tabulate==0.8.7
    - tensorboard==2.4.0
    - tensorboard-plugin-wit==1.7.0
    - termcolor==1.1.0
    - tqdm==4.54.0
    - urllib3==1.26.2
    - werkzeug==1.0.1
    - yacs==0.1.8
    - imageio==2.9.0
    - trimesh==3.9.3
conda env create -f rigidmask.yml
conda activate rigidmask
pip install scipy==1.2.0
pip install timm==0.6.5
pip install pytorch3d-0.2.5
pip install opencv-python==3.4.9.33
pip install opencv-contrib-python==3.4.9.33
conda install -c conda-forge kornia=0.5.3 # install a compatible korna version
python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu110/torch1.7/index.html
# sudo apt-get install libopencv-dev
conda install libopencv

DCNv2和ngransac

cd models/networks/DCNv2/; python setup.py install; cd -
cd models/ngransac/; python setup.py install; cd -

測(cè)試

1.下載數(shù)據(jù)集和模型
KITTI-SF: https://s3.eu-central-1.amazonaws.com/avg-kitti/data_scene_flow.zip

Sintel rigidity map : http://files.is.tue.mpg.de/jwulff/mrflow/sintel_rigiditymaps.zip

gdown https://drive.google.com/uc?id=1Up2cPCjzd_HGafw1AB2ijGmiKqaX5KTi -O ./input.tar.gz
gdown https://drive.google.com/uc?id=12C7rl5xS66NpmvtTfikr_2HWL5SakLVY -O ./rigidmask-sf-precomputed.zip
tar -xzvf ./input.tar.gz 
unzip ./rigidmask-sf-precomputed.zip -d precomputed/

2.測(cè)試一下

# modelname=rigidmask-sf
# CUDA_VISIBLE_DEVICES=1 
# python submission.py --dataset seq-coral --datapath input/imgs/coral/   --outdir ./weights/$modelname/ --loadmodel ./weights/$modelname/weights.pth --testres 1
# python eval/generate_visual.py --datapath weights/$modelname/seq-coral/ --imgpath input/imgs/coral


modelname=rigidmask-sf
CUDA_VISIBLE_DEVICES=1 
python submission.py --dataset seq-kitti --datapath input/imgs/kitti_2011_09_30_drive_0028_sync_11xx/   --outdir ./weights/$modelname/ --loadmodel ./weights/$modelname/weights.pth --testres 1.2 --refine
python eval/generate_visual.py --datapath weights/$modelname/seq-kitti/ --imgpath input/imgs/kitti_2011_09_30_drive_0028_sync_11xx
# python eval/render_scene.py --inpath weights/rigidmask-sf/seq-kitti/pc0-0000001110.ply

Learning to Segment Rigid Motions from Two Frames 代碼復(fù)現(xiàn),代碼復(fù)現(xiàn),python文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-741312.html

到了這里,關(guān)于Learning to Segment Rigid Motions from Two Frames 代碼復(fù)現(xiàn)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 【MOT】C-BIoU:Hard to Track Objects with Irregular Motions and Similar Appearances?

    【MOT】C-BIoU:Hard to Track Objects with Irregular Motions and Similar Appearances?

    rank:CVPR2022 SoccerNet MOT和ECCV2022 MOTComplex DanceTrack挑戰(zhàn)中排名第二 論文鏈接:https://arxiv.org/pdf/2211.14317.pdf 代碼:目前未開(kāi)源 論文接收情況:WACV 2023 為什么HOTA評(píng)分在DanceTrack上顯著下降? 作者指出兩個(gè)問(wèn)題,也即本文的動(dòng)機(jī): (i)同一目標(biāo)在相鄰幀中的檢測(cè)和跟蹤不重疊(比

    2024年01月21日
    瀏覽(21)
  • Binary operator ‘*‘ cannot be applied to two ‘Double?‘ operands

    在 swift 中聲明 Double 類(lèi)型參數(shù)變量在進(jìn)行運(yùn)算處理時(shí)拋出了如下異常 參數(shù)類(lèi)型不匹配,需將參數(shù)類(lèi)型進(jìn)行匹配 初始定義參數(shù)的變量可能為空,添加置空條件,聲明參數(shù)末尾添加 \\\"!\\\" 字符 以上便是此次分享的全部?jī)?nèi)容,希望能對(duì)大家有所幫助!

    2024年02月12日
    瀏覽(19)
  • Learning From Data 中英文對(duì)照 1.THE LEARNING PROBLEM (第7頁(yè))

    Learning From Data 中英文對(duì)照 1.THE LEARNING PROBLEM (第7頁(yè))

    為了簡(jiǎn)化感知器公式的表示法,我們將把偏差aaWp=b與其他權(quán)重合并到一個(gè)向量中[wo,1,?!?,wd]“,其中T表示向量的轉(zhuǎn)置,所以w是acolumn向量,我們也將x作為列向量,并將其修改為x=[o,1,…,ad]T,其中所添加的坐標(biāo)ao固定在co=1。 With this convention,w Tx = d_o WwiOi, and so Equation

    2024年02月09日
    瀏覽(29)
  • Kaggle分類(lèi)問(wèn)題Titanic——Machine Learning from Disaster

    Kaggle分類(lèi)問(wèn)題Titanic——Machine Learning from Disaster

    這是我在大三選修課的課程設(shè)計(jì),內(nèi)容參考了Kaggle上高贊的代碼,有詳細(xì)批注,整體比較基礎(chǔ),結(jié)構(gòu)相對(duì)完整,便于初學(xué)者學(xué)習(xí)。這個(gè)是一個(gè)分類(lèi)問(wèn)題,我的另外一篇博客《Kaggle回歸問(wèn)題Mercedes——Benz Greener Manufacturing》介紹了回歸問(wèn)題。除此之外我的《電商評(píng)論文本挖掘》也

    2024年02月11日
    瀏覽(17)
  • Java中合并兩個(gè)數(shù)組的4種方法(How to Merge Two Arrays in Java)

    int[] arr1={1, 2, 3, 4, 5, 6}; //first array int[] arr2={7, 8, 9, 0}; //second array int[] arr3={1, 2, 3, 4, 5, 6, 7, 8, 9, 0} //resultant array There are following ways to merge two arrays: 1.Java arraycopy() method 2.Without using arraycopy() method 3.Java Collections 4.Java Stream API Java arraycopy() is the method of System class which belongs to java.la

    2024年02月11日
    瀏覽(24)
  • 【論文筆記】A theory of learning from different domains

    【論文筆記】A theory of learning from different domains

    防盜 https://www.cnblogs.com/setdong/p/17756127.html domain adaptation 領(lǐng)域理論方向的重要論文. 這篇筆記主要是推導(dǎo)文章中的定理, 還有分析定理的直觀解釋. 筆記中的章節(jié)號(hào)與論文中的保持一致. domain adaptation 的設(shè)定介紹: 有兩個(gè)域, source domain 與 target domain. source domain: 一組從 source dist. 采

    2024年02月05日
    瀏覽(20)
  • Learning Transferable Visual Models From Natural Language Supervision

    Learning Transferable Visual Models From Natural Language Supervision

    目前開(kāi)始了解多模態(tài)相關(guān)的知識(shí),歡迎大家批評(píng)指正! 這篇論文來(lái)自2021年的International Conference on Machine Learning,整理該論文的主要內(nèi)容,參考【論文閱讀】CLIP:Learning Transferable Visual Models From Natural Language Supervision ------ 多模態(tài),視覺(jué),預(yù)訓(xùn)練模型_me_yundou的博客-CSDN博客Learn

    2024年02月12日
    瀏覽(26)
  • Learning from Dialogue after Deployment: Feed Yourself, Chatbot!

    對(duì)于一個(gè) bot 來(lái)說(shuō),它一生中看到的最多的對(duì)話是出現(xiàn)在它被部署到生產(chǎn)環(huán)境之后,這就產(chǎn)生了大量未被利用的訓(xùn)練數(shù)據(jù)。本文提出一種 自饋對(duì)話機(jī)器人(self-feeding chatbot) ,它能夠從它自己參與的對(duì)話中自動(dòng)抽取新的訓(xùn)練樣本。 在該 bot 參與對(duì)話的過(guò)程中,它還會(huì)評(píng)估用戶

    2024年02月09日
    瀏覽(24)
  • Qt中實(shí)現(xiàn)界面回放的藝術(shù):從理論到代碼“ (“The Art of Implementing UI Playback in Qt: From Theory to Code

    Qt中實(shí)現(xiàn)界面回放的藝術(shù):從理論到代碼“ (“The Art of Implementing UI Playback in Qt: From Theory to Code

    在這個(gè)快速發(fā)展的數(shù)字化時(shí)代,界面回放技術(shù)(UI Playback Technology)在軟件開(kāi)發(fā)中扮演了至關(guān)重要的角色。這項(xiàng)技術(shù)不僅提高了軟件測(cè)試的效率,還為用戶交互設(shè)計(jì)提供了深刻的洞察。通過(guò)回放用戶與界面的交互過(guò)程,開(kāi)發(fā)者能夠更好地理解用戶行為,優(yōu)化用戶體驗(yàn)。正如計(jì)算

    2024年01月20日
    瀏覽(19)
  • Decoupling Knowledge from Memorization: Retrieval-augmented Prompt Learning

    本文是LLM系列的文章,針對(duì)《Decoupling Knowledge from Memorization: Retrieval 提示學(xué)習(xí)方法在仍然遵循基于參數(shù)的學(xué)習(xí)范式的同時(shí),通過(guò)誘導(dǎo)更好的小樣本表現(xiàn),在自然語(yǔ)言處理中掀起了波瀾;學(xué)習(xí)中的遺忘和死記硬背問(wèn)題可能會(huì)遇到不穩(wěn)定的泛化問(wèn)題。具體來(lái)說(shuō),在完全監(jiān)督的訓(xùn)練

    2024年02月11日
    瀏覽(25)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包