data-gradients icon indicating copy to clipboard operation
data-gradients copied to clipboard

Computer Vision dataset analysis

Results 10 data-gradients issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

### 💡 Your Question Is this data gradient not available for segmentation analysis of dataset in yolo format?

### 💡 Your Question File "analyse_dataset.py", line 27, in analyzer.run() File "/usr/local/lib/python3.8/dist-packages/data_gradients/managers/abstract_manager.py", line 226, in run self.execute() File "/usr/local/lib/python3.8/dist-packages/data_gradients/managers/abstract_manager.py", line 114, in execute for i, (train_batch, val_batch) in enumerate(datasets_tqdm): File...

### 💡 Your Question Hey, I have a problem with importing DetectionAnalysisManager after installing data-gradients .So it's present in my site-packages. I tried using different PYTHONPATHes but it doesn't help....

### 💡 Your Question What should I enter as a response in here? or is it a bug? I've tried all possible answers and it doesn't work. -------------------------------------------------------------------------------- Please describe...

### 💡 Your Question Hi I just started using data gradients for some dataset curation work and it seems to work well I see that the last commit made was...

### 🐛 Describe the bug # My Code ```python3 from data_gradients.managers.detection_manager import DetectionAnalysisManager from data_gradients.datasets.detection import YoloFormatDetectionDataset train_data = YoloFormatDetectionDataset(...) val_data = YoloFormatDetectionDataset(...) class_names = [...] analyzer = DetectionAnalysisManager( report_title="DeepAquaContinuous",...