Coder Social home page Coder Social logo

Comments (4)

yashasvi97 avatar yashasvi97 commented on August 20, 2024 1

Yeah even I had this doubt as to why depth maps norms are used as spoof scores, as opposed to training the network to output some scalar value. Any insights on this would be much appreciated @ZitongYu
Thanks

from cdcn.

XinyingZheng avatar XinyingZheng commented on August 20, 2024

您好,
您在CVPR2020_paper_codes/train_CDCN.py 中test阶段,使用了binary map from PRNet,用作norm score
请问为什么要利用测试数据对应的深度图,用来norm score?
code:
“test_maps = sample_batched['val_map_x'].cuda() # binary map from PRNet”
“score_norm = torch.sum(map_x)/torch.sum(test_maps[:,frame_t,:,:])”
你跑通了吗,如果是假体,test map 全为0,加和也是0,作为分母,我的程序就出现了NAN

from cdcn.

liuyuchen6666 avatar liuyuchen6666 commented on August 20, 2024

@XinyingZheng 您好 请问您是如何将OULU本身的视频 提取为帧 有什么需要遵循的规则吗 比如多久提取一次帧

from cdcn.

sitadivon avatar sitadivon commented on August 20, 2024

您好,
您在CVPR2020_paper_codes/train_CDCN.py 中test阶段,使用了binary map from PRNet,用作norm score
请问为什么要利用测试数据对应的深度图,用来norm score?
code:
“test_maps = sample_batched['val_map_x'].cuda() # binary map from PRNet”
“score_norm = torch.sum(map_x)/torch.sum(test_maps[:,frame_t,:,:])”

@ZitongYu Could you provide an explanation? I have the same doubts.

from cdcn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.