ryouchinsa / Rectlabel-support

RectLabel is an offline image annotation tool for object detection and segmentation.
https://rectlabel.com
507 stars 73 forks source link

Importing object names and attributes - updated #207

Closed joaourbano closed 1 year ago

joaourbano commented 1 year ago
    Hi,

It has been a long time, here goes a sample csv file. Can you help?

Thanks sample.csv sample.csv

Originally posted by @joaourbano in https://github.com/ryouchinsa/Rectlabel-support/issues/195#issuecomment-1284175400

ryouchinsa commented 1 year ago

Thanks for the sample .csv file. We can understand the format from the file. But, to know the details, do you have some documents about the annotation format? We want to know which annotation tools or deep learning tools are using the format.

ryouchinsa commented 1 year ago

Updated. We implemented to import the CSV file below to projects, objects, and attributes tables. Are they correct? Please let us know your opinion.

In this project I have to label road vehicles according to Type, brand and model. I am currently using a Project for each type of vehicle (SUV, Van, Sports Car, Roadster, ...); I use objects for the BRAND (Ford, GM, Fiat, Seat,...) and attributes for the individual models (Fiat 600, Fiat Mirafiori, Fiat 500, etc).

Brand;Type;Model;motor;Model Ref Fiat;Sports;500;1700;asfdf125 ;;500;1900;gagdgd54 ;;500;2000;hhheree55 Fiat;Urban;127;1700;dsffsad415 ;;127;1900;15545adfs ;;127;2000;855444a Fiat;Family;131;1700;dafsdf4 ;;131;1900;4747a ;;131;2000;4882524a Fiat;Sedan;Mirafiori;1700;455855b ;;Mirafiori;1900;adsfa445 ;;Mirafiori;2000;448554c Ford;Urban;Fiesta;1350;454545421c ;;Fiesta;1700;asdfa54c ;;Fiesta;1900;4545455c Ford;Family;Focus;2000;6458484c ;;Focus;2500;aadfsdf4444 ;;Focus;1700;adfadf5577 Ford;Sports;Mustang;1700;adssdf4444 ;;Mustang;1900;adfasdf444 ;;Mustang;2000;adfaasd447785 Ford;SUV;Kuga;1700;bbbb121b ;;Kuga;1900;bbbb122b ;;Kuga;2000;bbb25474c Fiat;Sports;501;1700;asfdf125 Fiat;Urban;128;1700;dsffsad415

スクリーンショット 2022-11-19 4 31 36

スクリーンショット 2022-11-19 4 31 52

スクリーンショット 2022-11-19 4 32 14

ryouchinsa commented 1 year ago

The new update version 71 was released.

Please let us know your opinion.

ryouchinsa commented 1 year ago

Currently If you need our support to fix this problem, please let us know.