Skip to content
Snippets Groups Projects

Deeppixbis extractor

Merged
Guillaume HEUSCHrequested to merge
deeppixbis-extractor into master
1 open thread

Added the extractor for DeepPixBiS, since it was not present here, but only in the following paper package: bob.paper.deep_pix_bis_pad.icb2019

I guess it's better to have it here as well !

Merge request reports

Pipeline #35593 passed

Pipeline passed for 887d9e54 on deeppixbis-extractor

Test coverage 72.00% (0.00%) from 2 jobs

Merged by Anjith GEORGEAnjith GEORGE Dec 4, 2019 (Dec 4, 2019 11:04am UTC)

Loading

Pipeline #36697 passed

Pipeline passed for 360ebedb on master

Test coverage 72.00% (0.00%) from 2 jobs
Deployed to py‎pi‎ Feb 18, 2020
Deployed to sta‎ble‎ Feb 18, 2020

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ok, just cleaned what you mentioned ... Which raised another question (see above).

    As for the score, I don't think it will have an impact, it's just to be consistent with MCDeepPixBiS. I'll check though !

  • Anjith GEORGE resolved all threads

    resolved all threads

  • Hi @ageorge,

    So I checked the modified version of the score format (it's an array of size 1x1 instead of a float) within the PAD pipeline and obtained score files are identical, so I guess you can merge !

    Thanks !

  • 41
    42 # model
    43 self.transforms = transforms
    44 self.network = DeepPixBiS(pretrained=True)
    45 self.scoring_method = scoring_method
    46 self.available_scoring_methods=['pixel_mean','binary','combined']
    47
    48 logger.debug('Scoring method is : {}'.format(self.scoring_method.upper()))
    49
    50 if model_file is None:
    51 # do nothing (used mainly for unit testing)
    52 logger.debug("No pretrained file provided")
    53 pass
    54 else:
    55 logger.debug('Starting to load the pretrained PAD model')
    56 try:
  • merged

  • Anjith GEORGE mentioned in commit 360ebedb

    mentioned in commit 360ebedb

  • mentioned in issue bob#259 (closed)

  • Please register or sign in to reply
    Loading