Skip to content

AttributeError: 'dict' object has no attribute 'pt' #7

@RamyaRaghuraman

Description

@RamyaRaghuraman

Hi all and @matthewwicker @minwu-cs

I get the following error when I try to run DLV.py
File "C:/Users/RAR7ABT/pj-val-ml/pjval_ml/Verification/DLV/DLV.py", line 52, in main succ = handleOne(model,dc,whichIndex) File "C:/Users/RAR7ABT/pj-val-ml/pjval_ml/Verification/DLV/DLV.py", line 242, in handleOne (leafNode,availableActions) = st.treeTraversal(st.rootIndex) File "MCTS\mcts_twoPlayer.py", line 242, in treeTraversal availableActions = copyreg.pickle(cv2.KeyPoint().__class__, _pickle_keypoints(self.actions)) File "MCTS\mcts_twoPlayer.py", line 236, in _pickle_keypoints return cv2.KeyPoint, (*self.pt, self.size, self.angle, AttributeError: 'dict' object has no attribute 'pt'

Any help would be appreciated. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions