MCPcopy Create free account

hub / github.com/SkalskiP/make-sense / functions

Functions748 in github.com/SkalskiP/make-sense

↓ 1 callersFunctiongetDropZoneContent
()
src/views/MainView/ImagesDropZone/ImagesDropZone.tsx:45
↓ 1 callersFunctiongetDummyImageData
(fileName: string)
src/logic/__tests__/import/yolo/YOLOImporter.test.ts:8
↓ 1 callersFunctiongetEditorFeatureTiles
()
src/views/MainView/MainView.tsx:69
↓ 1 callersFunctiongetImageCounter
()
src/views/EditorView/EditorBottomNavigationBar/EditorBottomNavigationBar.tsx:23
↓ 1 callersMethodgetImageDataByIndex
(index: number)
src/store/selectors/LabelsSelector.ts:41
↓ 1 callersMethodgetImagesComponent
(imagesData: ImageData[])
src/logic/export/polygon/COCOExporter.ts:58
↓ 1 callersFunctiongetInputType
()
src/views/Common/TextInput/TextInput.tsx:30
↓ 1 callersMethodgetLabelNameById
(id: string)
src/store/selectors/LabelsSelector.ts:11
↓ 1 callersMethodgetMobileDeviceData
(userAgent: string)
src/utils/PlatformUtil.ts:5
↓ 1 callersFunctiongetNotificationClassName
()
src/views/NotificationsView/NotificationsView.tsx:64
↓ 1 callersFunctiongetNotificationWrapperClassName
()
src/views/NotificationsView/NotificationsView.tsx:56
↓ 1 callersFunctiongetOptions
()
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:127
↓ 1 callersFunctiongetOptions
(exportFormatData: ILabelFormatData[])
src/views/PopupView/ExportLabelsPopup/ExportLabelPopup.tsx:54
↓ 1 callersFunctiongetOptions
(exportFormatData: ILabelFormatData[])
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:149
↓ 1 callersFunctiongetOptions
()
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:93
↓ 1 callersFunctiongetOptionsContent
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:158
↓ 1 callersMethodgetPoints
(l: ILine)
src/utils/LineUtil.ts:21
↓ 1 callersFunctiongetProgress
()
src/views/EditorView/StateBar/StateBar.tsx:35
↓ 1 callersMethodgetRoboflowAPIDetails
()
src/store/selectors/AISelector.ts:36
↓ 1 callersFunctiongetSidebarButtons
()
src/views/PopupView/GenericLabelTypePopup/GenericLabelTypePopup.tsx:42
↓ 1 callersFunctiongetSocialMediaButtons
(mediaSize:ISize)
src/views/MobileMainView/MobileMainView.tsx:53
↓ 1 callersFunctiongetSocialMediaButtons
(size: ISize)
src/views/MainView/MainView.tsx:47
↓ 1 callersMethodgetSuggestedLabelList
()
src/store/selectors/AISelector.ts:5
↓ 1 callersMethodgetValidPolygonLabels
(imageData: ImageData)
src/logic/export/polygon/VGGExporter.ts:62
↓ 1 callersMethodimport
( filesData: File[], onSuccess: (imagesData: ImageData[], labelNames: LabelName[]) => any,
src/logic/import/voc/VOCImporter.ts:33
↓ 1 callersMethodinit
()
src/logic/context/ContextManager.ts:20
↓ 1 callersMethodinjectImageDataWithAnnotations
(sourceImageData: ImageData[], annotatedImageData: ImageData[])
src/logic/import/yolo/YOLOImporter.ts:90
↓ 1 callersMethodintersect
(r1: IRect, r2: IRect)
src/utils/RectUtil.ts:15
↓ 1 callersMethodinti
()
src/logic/initializer/AppInitializer.ts:11
↓ 1 callersMethodisFirefox
(userAgent: string)
src/utils/PlatformUtil.ts:22
↓ 1 callersMethodisInCombo
(keyCode: string)
src/logic/context/ContextManager.ts:79
↓ 1 callersMethodisInProgress
()
src/logic/render/RectRenderEngine.ts:227
↓ 1 callersMethodisMouseOverAnchor
(mouse: IPoint, anchor: IPoint, radius: number)
src/utils/RenderEngineUtil.ts:122
↓ 1 callersMethodisMouseOverPolygon
(mouse: IPoint, vertices: IPoint[], radius: number)
src/utils/RenderEngineUtil.ts:127
↓ 1 callersMethodisProd
()
src/utils/EnvironmentUtil.ts:6
↓ 1 callersMethodisSafari
(userAgent: string)
src/utils/PlatformUtil.ts:18
↓ 1 callersMethodlabelExistsInLabelNames
(label: string)
src/logic/actions/LabelActions.ts:141
↓ 1 callersMethodlabelNamesIdsDiff
(oldLabelNames: LabelName[], newLabelNames: LabelName[])
src/utils/LabelUtil.ts:59
↓ 1 callersMethodloadAndParseFiles
(files: File[])
src/logic/import/voc/VOCImporter.ts:58
↓ 1 callersMethodloadImageBase64
(fileData: File)
src/utils/FileUtil.ts:3
↓ 1 callersMethodloadImages
(fileData: File[])
src/utils/FileUtil.ts:22
↓ 1 callersMethodloadMissingImages
(images: ImageData[])
src/utils/ImageDataUtil.ts:41
↓ 1 callersMethodloadModelSafely
(modelConfig: ModelConfig, image: HTMLImageElement)
src/ai/YOLOV5ObjectDetector.ts:39
↓ 1 callersMethodmapCOCOCategories
(categories: COCOCategory[])
src/logic/import/coco/COCOImporter.ts:101
↓ 1 callersMethodmapImageData
(items: ImageData[], images: COCOImage[])
src/logic/import/coco/COCOImporter.ts:112
↓ 1 callersMethodmapImageData
()
src/logic/import/voc/VOCImporter.ts:134
↓ 1 callersMethodmapImageDataToVGGFileData
(imageData: ImageData, labelNames: LabelName[])
src/logic/export/polygon/VGGExporter.ts:27
↓ 1 callersMethodmapImagesDataToCOCOObject
( imagesData: ImageData[], labelNames: LabelName[], projectName: string )
src/logic/export/polygon/COCOExporter.ts:30
↓ 1 callersMethodmapImagesDataToVGGObject
(imagesData: ImageData[], labelNames: LabelName[])
src/logic/export/polygon/VGGExporter.ts:17
↓ 1 callersMethodmapLabelsData
(labelNames: LabelName[])
src/logic/export/polygon/COCOExporter.ts:95
↓ 1 callersFunctionmapNamesToSelectableNames
(names: string[])
src/views/PopupView/SuggestLabelNamesPopup/SuggestLabelNamesPopup.tsx:35
↓ 1 callersMethodmapNewImageData
( imageData: ImageData, labelIndex: number )
src/logic/actions/ImageActions.ts:63
↓ 1 callersMethodmapPredictionsToPointLabels
(predictions: Pose[])
src/logic/actions/AIPoseDetectionActions.ts:59
↓ 1 callersMethodmapPredictionsToRectLabels
(predictions: DetectedObject[])
src/logic/actions/AISSDObjectDetectionActions.ts:55
↓ 1 callersMethodmapPredictionsToRectLabels
(predictions: DetectedObject[])
src/logic/actions/AIYOLOObjectDetectionActions.ts:55
↓ 1 callersMethodmapPredictionsToRectLabels
(predictions: DetectedObject[])
src/logic/actions/AIRoboflowAPIObjectDetectionActions.ts:47
↓ 1 callersMethodmatchCombo
(combo1: string[], combo2: string[])
src/logic/context/ContextManager.ts:98
↓ 1 callersMethodmatchImagesWithAnnotations
(images: ImageData[], annotations: File[])
src/logic/import/yolo/YOLOImporter.ts:70
↓ 1 callersMethodmountEventListeners
()
src/views/EditorView/Editor/Editor.tsx:96
↓ 1 callersMethodmountRenderEnginesAndHelpers
(activeLabelType: LabelType)
src/logic/actions/EditorActions.ts:54
↓ 1 callersMethodmouseDownHandler
(data: EditorData)
src/logic/helpers/ViewPortHelper.ts:34
↓ 1 callersMethodmouseDownHandler
(data: EditorData)
src/logic/render/LineRenderEngine.ts:46
↓ 1 callersMethodmouseDownHandler
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:69
↓ 1 callersMethodmouseMoveHandler
(data: EditorData)
src/logic/helpers/ViewPortHelper.ts:50
↓ 1 callersMethodmouseMoveHandler
(data: EditorData)
src/logic/render/LineRenderEngine.ts:71
↓ 1 callersMethodmouseMoveHandler
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:115
↓ 1 callersMethodmouseUpHandler
(data: EditorData)
src/logic/helpers/ViewPortHelper.ts:43
↓ 1 callersMethodmouseUpHandler
(data: EditorData)
src/logic/render/LineRenderEngine.ts:65
↓ 1 callersMethodmouseUpHandler
(data: EditorData)
src/logic/render/PolygonRenderEngine.ts:110
↓ 1 callersFunctiononAccept
()
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:58
↓ 1 callersFunctiononAnnotationFormatChange
(format: AnnotationFormatType)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:106
↓ 1 callersFunctiononChange
(id: string, value: string)
src/views/PopupView/InsertLabelNamesPopup/InsertLabelNamesPopup.tsx:106
↓ 1 callersFunctiononLabelTypeChange
(type: LabelType)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:58
↓ 1 callersFunctiononMouseEnterTab
(tabIdx: number, event)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:50
↓ 1 callersFunctiononReject
()
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:116
↓ 1 callersFunctiononSelect
(type: AnnotationFormatType)
src/views/PopupView/ExportLabelsPopup/ExportLabelPopup.tsx:50
↓ 1 callersFunctiononSelect
(selectedModel: AIModel)
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:77
↓ 1 callersFunctiononTabClick
(tabIdx: number, event)
src/views/EditorView/TopNavigationBar/DropDownMenu/DropDownMenu.tsx:20
↓ 1 callersFunctiononTagClick
(labelId: string)
src/views/EditorView/SideNavigationBar/TagLabelsList/TagLabelsList.tsx:40
↓ 1 callersMethodparseDocumentIntoImageData
(document: Document, { fileParseResults, labelNames }: VOCImportResult)
src/logic/import/voc/VOCImporter.ts:90
↓ 1 callersMethodpartitionImageData
(items: ImageData[], images: COCOImage[])
src/logic/import/coco/COCOImporter.ts:95
↓ 1 callersMethodpredict
( imageData: ImageData, onSuccess?: (predictions: DetectedObject[]) => any, onFailure?
src/ai/RoboflowAPIObjectDetector.ts:53
↓ 1 callersMethodreadFiles
(fileData: File[])
src/utils/FileUtil.ts:43
↓ 1 callersMethodrejectAllSuggestedLabels
(imageData: ImageData)
src/logic/actions/AIActions.ts:44
↓ 1 callersMethodrejectAllSuggestedPointLabels
(imageData: ImageData)
src/logic/actions/AIPoseDetectionActions.ts:114
↓ 1 callersMethodremoveFromCombo
(keyCode: string)
src/logic/context/ContextManager.ts:87
↓ 1 callersMethodremoveLabelNames
(labelNamesIds: string[])
src/logic/actions/LabelActions.ts:94
↓ 1 callersMethodremoveLabelNamesFromImageData
(imageData: ImageData, labelNamesIds: string[])
src/logic/actions/LabelActions.ts:102
↓ 1 callersMethodrender
()
src/views/EditorView/Editor/Editor.tsx:225
↓ 1 callersFunctionrenderContent
()
src/views/PopupView/LoadModelPopup/LoadModelPopup.tsx:120
↓ 1 callersMethodrenderCrossHair
(data: EditorData)
src/logic/render/PrimaryEditorRenderEngine.ts:37
↓ 1 callersFunctionrenderDropZone
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:235
↓ 1 callersFunctionrenderInternalContent
(type: LabelType)
src/views/PopupView/ImportLabelPopup/ImportLabelPopup.tsx:172
↓ 1 callersFunctionrenderLoader
()
src/views/PopupView/ConnectInferenceServerPopup/ConnectInferenceServerPopup.tsx:111
↓ 1 callersFunctionrenderLoader
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:197
↓ 1 callersFunctionrenderMenu
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:135
↓ 1 callersFunctionrenderMessage
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:187
↓ 1 callersFunctionrenderNotification
()
src/views/NotificationsView/NotificationsView.tsx:73
↓ 1 callersFunctionrenderOptions
()
src/views/PopupView/LoadYOLOv5ModelPopup/LoadYOLOv5ModelPopup.tsx:181
↓ 1 callersFunctionrenderRoboflow
()
src/views/PopupView/ConnectInferenceServerPopup/ConnectInferenceServerPopup.tsx:121
← previousnext →301–400 of 748, ranked by callers