Giter Club home page Giter Club logo

annotation_tools's Introduction

Visipedia

Visipedia Webpage

annotation_tools's People

Contributors

gvanhorn38 avatar vdalv 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

annotation_tools's Issues

local dataset

hello @gvanhorn38 ,
I have generated a coco style json file for a local dataset in my PC
when I use this tool with the original coco data set everything is ok, but when I'm usign my dataset with my generated json file the images are not loaded to the web browser ( i get empty page with "Visipedia Annotation Toolkit" inside it )
so please can you help with that ?
I'm using
python 2.7
SimpleHTTPServer
MongoDB shell version v4.0.2

Image Not Showing

Image not getting displayed on the edit page: http://localhost:8008/edit_image/0

Below are the logs from flask

127.0.0.1 - - [06/Jun/2021 21:45:47] "GET /static/css/bootstrap-4.0.0/bootstrap.min.css HTTP/1.1" 304 -
127.0.0.1 - - [06/Jun/2021 21:45:47] "GET /static/css/app.css HTTP/1.1" 304 -
127.0.0.1 - - [06/Jun/2021 21:45:47] "GET /static/css/leaflet.draw/leaflet.draw.css HTTP/1.1" 304 -
127.0.0.1 - - [06/Jun/2021 21:45:47] "GET /static/css/leaflet/leaflet.css HTTP/1.1" 304 -
127.0.0.1 - - [06/Jun/2021 21:45:47] "GET /static/app.bundle.js HTTP/1.1" 304 -
127.0.0.1 - - [06/Jun/2021 21:45:47] "GET /static/favicon.ico HTTP/1.1" 200 -

The images exist in the location given in the 'filename' key in the image annotations json.
Not sure what I'm doing wrong.

You must specify a URI or set the MONGO_URI Flask config variable

When I try to run , I got the following error,
'''
mongo = PyMongo(app)
File "/usr/local/lib/python2.7/dist-packages/flask_pymongo/init.py", line 116, in init
self.init_app(app, uri, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flask_pymongo/init.py", line 146, in init_app
"You must specify a URI or set the MONGO_URI Flask config variable",
ValueError: You must specify a URI or set the MONGO_URI Flask config variable
'''

Any help?

Keypoint task for mechanical turk

Hi! I have a dataset I want to annotate with both keypoints and their corresponding bounding-boxes. I see that you have created a task for annotating bounding-boxes with Mechanical Turk and I'm wondering what needs to be done to support keypoints as well.

no box display on the picture

Hi,I have installed the project , but there is no box display on the picture which information from the json file? When I add a new person, the box can display . So Is there something wrong?Thanks for reply.

Annotations for local dataset

Hi,
I am trying to create annotations for custom dataset. From what I understand, I will have to create an empty JSON file in COCO format with the URL of images in dataset.

Is there any script to create json file in COCO format for custom dataset? Thanks.

segmentic segmentation

Can I use this tool for segmentic segmentation training datasets prepare?
Is it a coco-format segmentation annotation tool?

AttributeError: 'Request' object has no attribute 'is_xhr'

Got this error while trying to view or edit any image in the browser. The root cause is in flask - see discussion here.

The fix, as described in that thread, is to pin Werkzeug to an older version from before this function was deprecated. Add the following line to requirements.txt before installing:

werkzeug==0.16.1

creating annotations

Sorry for the stupid question, but can i not use this for annotating my images?

EDIT : I meant I couldn't find the method to annotate the images directly. But never mind I solved the problem.

Extend to videos?

Could this also be used for video annotations?

When editing a image sequence (video): Instead of annotating each frame from scratch, duplicate the annotations from the previous frame and just edit from there.

how can i annotate object besides human ?

I have successfully launch your web service but i find that your service can only annotate human and their keypoints , so i was wondering how to config for annotating user-defined objects , like four angles of an
milk box ?

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.