GithubHelp home page GithubHelp logo

BTK Issue about event-detector HOT 6 CLOSED

kidzik avatar kidzik commented on July 30, 2024
BTK Issue

from event-detector.

Comments (6)

kidzik avatar kidzik commented on July 30, 2024

Thank you @ykuk0906 for reporting. What is the output if you simply try to install btk with their pypi package:

pip install btk

from event-detector.

ykukkim avatar ykukkim commented on July 30, 2024

Thank you for your comment @kidzik .

This is the error I get when I run:
pip install btk

ERROR: Could not find a version that satisfies the requirement btk (from versions: none)
ERROR: No matching distribution found for btk

My Python is 2.7.16 from python --version

from event-detector.

kidzik avatar kidzik commented on July 30, 2024

And what happens when you try to install from the egg?
You can download it from here https://pypi.org/project/btk/#files
and install with

python -m easy_install btk-0.3.0-py2.7_macosx-10.7-intel.egg 

from event-detector.

ykukkim avatar ykukkim commented on July 30, 2024

python -m easy_install btk-0.3.0-py2.7_macosx-10.7-intel.egg

WARNING: The easy_install command is deprecated and will be removed in a future version.
Searching for btk-0.3.0-py2.7_macosx-10.7-intel.egg
Reading https://pypi.org/simple/btk-0.3.0-py2.7_macosx-10.7-intel.egg/
Reading https://pypi.org/simple/btk-0.3.0-py2.7-macosx-10.7-intel.egg/
Couldn't find index page for 'btk-0.3.0-py2.7_macosx-10.7-intel.egg' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
No local packages or working download links found for btk-0.3.0-py2.7_macosx-10.7-intel.egg
error: Could not find suitable distribution for Requirement.parse('btk-0.3.0-py2.7_macosx-10.7-intel.egg')

This is the error I get.. I downloaded anacoonda2.7 to have a separate environment, and I tried first with
pip install btk which gives me this:

`ERROR: Could not find a version that satisfies the requirement btk (from versions: none)
ERROR: No matching distribution found for btk

then I downloaded the egg and used your comment.

from event-detector.

ykukkim avatar ykukkim commented on July 30, 2024

I have managed to run it using Docker! but I would like to know where I can modify your source code as my model is slightly different from yours. is this possible?

from event-detector.

kidzik avatar kidzik commented on July 30, 2024

That's terrific! The training code is here https://github.com/kidzik/event-detector-train but I admit it's more messy than the inference code. Hopefully it helps!

from event-detector.

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.