Forum

Author Topic: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos  (Read 10306 times)

reme0220

  • Newbie
  • *
  • Posts: 8
    • View Profile
Dear all,
    I want to make a network Task MatchPhotos with several PCs with the following python script

   task = PhotoScan.NetWorkTask()
   task.name = "MatchPhotos"
   task.params["network_distribute"] = True
   task.params["store_keypoints"] = True
   
  client =  PhotoScan.NetWorkClient()
  client.connect("10.118.29.22")
  batchId =  client.createbatch("\\test.psx",[task])
  client.resumebatch(batchID)

  When I add new photos to chunk that already has photos aligned, and run the script , it will still do feature detecting on the photos aligned.  And the attribute"store_keypoints" seems not effect.  Any suggestions on how to use the attribute "store_keypoints"?
 By the way, I tried to use the attribute "pairs" of Task.MatchPhotos to define list of camera pairs to match in network mode,but I can not find a right way to use the attribute. Any ideas will be appreciated

  Best regards!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15676
    • View Profile
Re: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos
« Reply #1 on: May 28, 2019, 07:24:17 PM »
Hello reme0220,

Which version of the application you are using?
Best regards,
Alexey Pasumansky,
Agisoft LLC

reme0220

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos
« Reply #2 on: May 29, 2019, 01:02:01 PM »
Hello Alexey Pasumansky ,
 The version used is PhotoScan1.4.4

reme0220

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos
« Reply #3 on: May 31, 2019, 05:50:10 AM »
Hello reme0220,

Which version of the application you are using?

 Hello Alexey Pasumansky ,
   
    Thank you for your reply,and the version used is PhotoScan 1.4.4.
   Any suggetstions ?

  Best Regards

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15676
    • View Profile
Re: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos
« Reply #4 on: May 31, 2019, 11:50:42 AM »
Hello reme0220,

Are you observing similar issues in the latest release version 1.5.2?
Best regards,
Alexey Pasumansky,
Agisoft LLC

reme0220

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos
« Reply #5 on: June 04, 2019, 06:49:38 AM »
 Alexey Pasumansky ,

Thanks a lot . I will have a try with your advise


Best Regards
 
reme0220

reme0220

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: "strore_keypoints" and "pairs" parameters in Task.MatchPhotos
« Reply #6 on: June 05, 2019, 09:24:45 AM »
Hello reme0220,

Are you observing similar issues in the latest release version 1.5.2?

hi,
 Thank  you for you addvise. I had a try on version 1.5.1.  But there was no changes.