kai3316 / YOLIC_code

1 stars 2 forks source link

YOLIC reimplementation that can be easily adapted to new detection problems #1

Open KozAAAAA opened 5 months ago

KozAAAAA commented 5 months ago

Hi, We've recently reimplemented your brilliant YOLIC idea for our bachelor thesis. I thought You may want to take a look at it. It has a requirements.txt file as well as yolic.ipynb which is a Jupyter Notebook file. It is extremely easy to adapt to new detection problems now. To address the challenge of manual data labeling for YOLIC, we've developed a convenient script named convert.py. This script efficiently converts segmentation masks to the YOLIC .txt format, eliminating the need for tedious manual labeling processes.

our repository

Best regards, Mat

kai3316 commented 5 months ago

Hi Mat,

Thank you so much for reaching out and for your kind words about YOLIC. It's really exciting to hear that you've found it useful for your thesis.

I'm greatly excited to hear about the enhancements you've implemented, particularly the new conversion script. Your efforts have significantly streamlined the process, making it more efficient and less burdensome. This is outstanding work and I deeply appreciate your contribution.

Best regards, Kai