Ryo Kawamura

Results 178 comments of Ryo Kawamura
trafficstars

Thanks for reviewing our script. We checked whether YOLO can train polygon masks with holes with a small dataset. [Donut images and YOLO segmentation text files](https://github.com/ryouchinsa/donut) to confirm that YOLO...

Hi @glenn-jocher, I submitted the PR about this update. https://github.com/ultralytics/JSON2YOLO/pull/61 Please let us know if there are any problems in the PR.

Hi @Harry-KIT, could you convert the Labelme format to COCO format? Then, you can convert the COCO format to YOLO format using this script [general_json2yolo.py](https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py).

Hi @4o3F, thanks for your detailed feedback. You mean that converting RLE masks with "iscrowd": 1 to YOLO format might decrease the segmentation accuracy, correct? But, another user told us...

Currently we are still working on some important feature requests, such like a gallery view. https://twitter.com/rectlabel/status/1594825553307398144 After finishing those important feature requests, we will start working on the Windows version.

We are having a feature request for the Ubuntu version. They say most of the people working with PyTorch/TensorFlow would use it as well because of the Nvidia GPUs.

FiftyOne looks a great datasets viewer. https://docs.voxel51.com/ If you could use RectLabel combining with FiftyOne, it would be a great use-case. A search feature using the image file names will...

We improved so that once opened images and annotations folders when the first launch, from the second launch, you can give command line arguments to RectLabel which image files should...

Thanks for writing the issue. We check it works using this script [global_json2yolo.py](https://github.com/ryouchinsa/Rectlabel-support/blob/master/general_json2yolo.py). Looking at the global_json2yolo code, there are some flags. Converting the COCO bbox format to YOLO bbox...

Hi @SadeghPouriyanZadeh, please copy images by yourself. Do you have any other problems? Hi @AJAY31797, please show us your COCO JSON file. We can debug with the script.