GithubHelp home page GithubHelp logo

Error in match_barcodes about pinpoint HOT 3 CLOSED

pnuehrenberg avatar pnuehrenberg commented on September 26, 2024
Error in match_barcodes

from pinpoint.

Comments (3)

jgraving avatar jgraving commented on September 26, 2024

I'm unable to reproduce this behavior. Can you provide more details as well as a minimal working example reproducing the error? I'm also unsure how this is possible since the values of index provided by the NearestNeighbors class can only ever be <len(id_list).

from pinpoint.

pnuehrenberg avatar pnuehrenberg commented on September 26, 2024

Video and barcodes:
https://we.tl/2SlUuZyOZN

We tracked with following parameters:

from pinpoint import Tracker, VideoReader

videopath = ''
videofile = 'marc_calliurus_20180227_162022.mp4'

tracker = Tracker(source=videopath+videofile,
block_size=201,
offset=-15,
distance_threshold=20,
area_range=(50, 800),
tolerance=0.1,
channel='gray',
resize=2)

tracker.load_dict('3x3.pkl')

tracker.track('calliurus_tracks_270218_162022.h5',batch_size=200, n_jobs=-1)

from pinpoint.

jgraving avatar jgraving commented on September 26, 2024

The latest commit should fix this bug for custom generated dictionaries. Unfortunately any custom dictionaries generated with the bug are not usable.

from pinpoint.

Related Issues (4)

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.