Giter Club home page Giter Club logo

portal's People

Contributors

beesaycheese avatar denzel-datature avatar github-actions[bot] avatar gkeechin avatar marcus-datature avatar marcus-neo avatar virtuoso98 avatar weiloon-datature avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

portal's Issues

[BUG] Portal runtime is unresponsive.

Describe the bug
Portal runtime is unresponsive when launching the application.

To Reproduce
Running this build: https://github.com/datature/portal/releases/tag/v0.5.5
On MacOs

Uncaught (in promise) Error: Network Error
    at e.exports (835-91f7fb22de8eba0dd168.js:1)
    at XMLHttpRequest.p.onerror (835-91f7fb22de8eba0dd168.js:1)
localhost:9449/api/project/assets:1 
Failed to load resource: net::ERR_CONNECTION_REFUSED
835-91f7fb22de8eba0dd168.js:1 
Uncaught (in promise) Error: Network Error
    at e.exports (835-91f7fb22de8eba0dd168.js:1)
    at XMLHttpRequest.p.onerror (835-91f7fb22de8eba0dd168.js:1)```

How to install Datuture Hub

After running requirements.txt:

ERROR: Could not find a version that satisfies the requirement datature-hub==0.2.0 (from versions: none) ERROR: No matching distribution found for datature-hub==0.2.0

When I tried installing datature-hub via pip install datature-hub https://pypi.org/project/datature-hub/ error =

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

Show prediction labels

Hey there, amazing tool, thanks for sharing!

I wonder if it is possible to draw the class label along with the bounding box for each prediction (possibly with the possibility of turning on/off the feature)

Actually, this bit of the code is supposed to do that, is that the case this works only for tf2 models?

cv2.putText(
img_arr,
"Class: {}, Score: {}".format(
str(category_index[str(classes[idx])]["name"]),
str(round(scores[idx], 2)),
),
(
int(each_bbox[1] * width),
int(each_bbox[2] * height + 10),
),
cv2.FONT_HERSHEY_SIMPLEX,
0.3,
(0, 0, 0),
1,
cv2.LINE_AA,
)

Unable to load model file

Hello everyone, thanks a lot for developing this application. Looks super useful and would make all our lives much easier.
I have installed your portal application for windows provided in the link (Portal-0.5.0-windows.exe). After installing, I am facing two errors:

  1. I am trying to load yolov3. I have downloaded the model using the link given in the readme. Now, I am trying to load the model in the + but I get the error stating Failed to register model. The model file directory is as follows:
โ””โ”€โ”€ YOLOv3 ImageNet
    โ”œโ”€โ”€  __MACOSX
    โ””โ”€โ”€ YOLOv3 ImageNet
          โ”œโ”€ coco (names file)
          โ”œโ”€ yolov3 (CFG file)
          โ””โ”€ yolov3 (WEIGHTS file)
  1. I am also continuously getting a prompt error saying Portal runtime is unresponsive. (Also can be seen in the snap below)

image

[Questions] - TensorFlow.js Support?

Ask your question and elaborate its context
I see you mentioning TensorFlow models, but does Portal support TensorFlow.js? If so that would be huge for me.

Additional context
If you support TensorFlow.js I'd love to do a blog post and video demo to put on Twitter!

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.