Giter Site home page Giter Site logo

briecheese's Introduction

briecheese

briecheese's People

Contributors

ryosukematsushima avatar tiga362 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tiga362

briecheese's Issues

briecheese_interface.py で特徴点描画時にエラー

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/werkzeug/wsgi.py", line 500, in __next__
    return self._next()
  File "/usr/local/lib/python3.10/site-packages/werkzeug/wrappers/response.py", line 50, in _iter_encoded
    for item in iterable:
  File "/briecheese/samples/app/app.py", line 40, in gen
    frame = briecheeseInterface.do_next_frame()
  File "/briecheese/samples/app/briecheese_interface.py", line 102, in do_next_frame
    frame_view = self.draw_feature_points(
  File "/briecheese/samples/app/briecheese_interface.py", line 142, in draw_feature_points
    view = self.draw_point(
  File "/briecheese/samples/app/briecheese_interface.py", line 162, in draw_point
    cv.circle(view, imgpt, 6, (0, 0, 255), -1)
cv2.error: OpenCV(4.7.0) :-1: error: (-5:Bad argument) in function 'circle'

sample app.pyで get_poseが失敗する。

エラー

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/werkzeug/wsgi.py", line 500, in __next__
    return self._next()
  File "/usr/local/lib/python3.10/site-packages/werkzeug/wrappers/response.py", line 50, in _iter_encoded
    for item in iterable:
  File "/briecheese/samples/app/app.py", line 40, in gen
    frame = briecheeseInterface.do_next_frame()
  File "/briecheese/samples/app/briecheese_interface.py", line 115, in do_next_frame
    position, rotation = self.get_pose(frame)
  File "/briecheese/samples/app/briecheese_interface.py", line 125, in get_pose
    return self.briecheese.get_pose(frame)
  File "/briecheese/modules/main/main.py", line 25, in get_pose
    position, ratation = self.keyframePose.get_pose(feature_point_directions)
  File "/briecheese/modules/keyframe_pose/keyframe_pose.py", line 23, in get_pose
    _, x, y, z = FeaturePointsPositionDB().find(direction[0])
  File "/briecheese/database/feature_points_position_db.py", line 24, in find
    return super().find(sql)[0]
IndexError: tuple index out of range

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.