VOC is a transpiler from Python 3 to Java Bytecode, intended to allow writting Android apps in Python, and part of PyBee
Questions tagged [voc]
9 questions
3
votes
4 answers
How to convert PASCAL VOC to YOLO
I was trying to develop some way to convert annotations between formats, and it's quit hard to find information but here I have :
This one is PASCAL VOC
800
450
3
474
…

robert.batty
- 490
- 5
- 13
3
votes
2 answers
What does "implements" mean in Python class definition?
The bellow code sample is from a BeeWare suite example. (https://github.com/eliasdorneles/drawingapp-voc/blob/master/drawingapp/app.py)
What does the expression implements=android.view.View[OnClickListener] means? There should be (a list of) base…

goteguru
- 443
- 3
- 14
1
vote
1 answer
Setting up Beeware: I cannot create my JAR support file within my activated venv
I've been trying to set up my work environment so I can attempt the Beeware tutorial.
https://voc.readthedocs.io/en/latest/background/install.html
I'm following the steps of this installation tutorial using Bash Shell in Windows 8 with Python…

Ferro101
- 13
- 2
1
vote
1 answer
Problem making an Android app with BeeWare
I tried making an android app with BeeWare following the guides. The app it's just the plain template so I didn't do any modifications to it, but since my first try I was getting countless of exceptions which I was able to resolve looking up for…

Saibbo
- 57
- 1
- 8
0
votes
0 answers
Convert .voc audio to wav in node.js
How to convert voc audio file to wav in node.js?
I want to convert voc audio file to wav or mp3
But I didn't found any module for that.
Is there node module for this? I have searched for many hours and didn't found any helpful module to do…

Mmmm
- 21
- 2
0
votes
1 answer
json to voc xml annotations conversion
I'm a newbie in AI and i'm using labelbox to create my own dataset (instance segmentation) and the annotation output is a single json file.
The issue that i have is that the model that i'm using (Mask RCNN) need to be feed with images with an…

Eric Tailleur
- 1
- 1
0
votes
1 answer
Bounding box creater
Friends, I have images(more 100) with their ground truths (Their black white masks). How can I get them automatically bound in the pascal voc format, bounding box values, ie xml files.
I mean that creating xmin,xmax,ymin,ymax values from masks and…

pascaltx
- 23
- 3
0
votes
1 answer
VOC error, building android app using python
I'm trying to build an android app, from Python using gradle and beeware.
EDIT: I'm following tutorial 0 on the briefcase tutorial: https://briefcase.readthedocs.io/en/latest/tutorial/tutorial-0.html
I have already tried switch toga versions and…

Tiebe Groosman
- 153
- 17
-2
votes
1 answer
There is a Permission problem when I run create_data.sh
enter image description here
/home/cow/VOC2007/trainval.txt: line 7902: VOC2007/JPEGImages/00149_00029.jpg: Permission denied
my creat_data.sh :
cur_dir=$(cd $( dirname ${BASH_SOURCE[0]} ) && pwd )
root_dir="$HOME/caffe"
cd…

Charley
- 1
- 2