RomRoc

Results 6 issues of RomRoc

Hello, I need to convert Labelme annotations files to ADE20K dataset format. Then I will convert it to tfrecord format using [build_ade20k_data.py](https://github.com/tensorflow/models/blob/master/research/deeplab/datasets/build_ade20k_data.py), and I will train a deeplab model in...

Thanks for your interesting repo, it inspired me a lot in my projects. I think there is a small issue in cluster_prediction function: https://github.com/mirzaevinom/data_science_bowl_2018/blob/0a6d0edb468c62c4d8b40fb14baf35aaf54b9e76/codes/predict.py#L232 In my project I get error...

Hello, your Tensorflow object detection api sample is the most complete and clear I found in Github. I could slightly change it to test my own dataset, starting from dataset...

Hello, your transfer learning sample is very useful. I have a question now, do you think is it possible to make transfer learning to add 2 new classes to the...

# Description I updated the Colab notebook to run zero shot object detection using MMDetection library, instead of the original Grounding Dino library. It seems a simpler code. We obtain...

### Search before asking - [X] I have searched the Roboflow Notebooks [issues](https://github.com/roboflow-ai/notebooks/issues) and found no similar bug report. ### Description Hello, I saw your interesting colab to run [Zero-Shot...

enhancement