Arismita Mukherjee

Results 16 comments of Arismita Mukherjee

Hi, I would like to contribute to this project. I have recently been part of a hackathon where I have used image processing. Full name: Arismita Mukherjee GitHub Profile Link:...

I am planning to use YOLOv5 to train for land cover and identify the same

> > I am planning to use YOLOv5 to train for land cover and identify the same > > I know YOLO is a go to option for this kind...

> > > I am planning to use YOLOv5 to train for land cover and identify the same > > > > > > I know YOLO is a go...

Hi @abhisheks008, I have downloaded the Kaggle dataset and have gone through its contents. The images as well as the labels are .tiff files. The readme file provided with the...

Hi @abhisheks008, I have analyzed the data set. **This is an image present in the dataset under the directory images/train** ![Screenshot from 2024-05-18 19-19-43](https://github.com/abhisheks008/DL-Simplified/assets/146760434/82b95f82-e6b5-4265-89d6-e97c12b849dd) **Each image has 3 layers, so...

With reference to my comment above, I have a few queries, 1. In the images directory as well as the label directory, there is a folder called 'val' which also...

Thank you for the clarification @abhisheks008. I am able to understand the structure of information in the dataset.

Hi @abhisheks008, I am writing a code that will draw bounding boxes around the objects with the same colour in the labels image (different colours are used for different classes)...

Hello @abhisheks008, I have clustered the points of each of the classes using DBScan. PFA is the plot of a label and its corresponding cluster. Similar clusters have been created...