react-visual-annotator
Version:
Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.
10 lines (8 loc) • 346 B
TypeScript
import { Image, MainLayoutState, VideoImage } from '../../MainLayout/types';
import { ImmutableObject } from 'seamless-immutable';
declare const _default: (state: ImmutableObject<MainLayoutState>) => {
currentImageIndex: number | null;
pathToActiveImage: string[];
activeImage: Image | VideoImage | null;
};
export default _default;