__init__.py 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Copyright (c) Alibaba, Inc. and its affiliates.
  2. # yapf: disable
  3. from . import (action_recognition, animal_recognition, bad_image_detecting,
  4. body_2d_keypoints, body_3d_keypoints, cartoon,
  5. cmdssl_video_embedding, controllable_image_generation,
  6. crowd_counting, dense_optical_flow_estimation, face_detection,
  7. face_generation, face_reconstruction, human3d_animation,
  8. human_reconstruction, image_classification, image_color_enhance,
  9. image_colorization, image_defrcn_fewshot, image_denoise,
  10. image_editing, image_inpainting, image_instance_segmentation,
  11. image_local_feature_matching, image_matching,
  12. image_matching_fast, image_mvs_depth_estimation,
  13. image_mvs_depth_estimation_geomvsnet,
  14. image_panoptic_segmentation, image_portrait_enhancement,
  15. image_probing_model, image_quality_assessment_degradation,
  16. image_quality_assessment_man, image_quality_assessment_mos,
  17. image_reid_person, image_restoration,
  18. image_semantic_segmentation, image_super_resolution_pasd,
  19. image_super_resolution_pasd_v2, image_to_image_generation,
  20. image_to_image_translation, language_guided_video_summarization,
  21. movie_scene_segmentation, object_detection,
  22. panorama_depth_estimation, pedestrian_attribute_recognition,
  23. pointcloud_sceneflow_estimation, product_retrieval_embedding,
  24. referring_video_object_segmentation,
  25. robust_image_classification, salient_detection,
  26. shop_segmentation, stream_yolo, super_resolution,
  27. surface_recon_common, table_recognition,
  28. text_texture_generation, video_deinterlace,
  29. video_frame_interpolation, video_object_segmentation,
  30. video_panoptic_segmentation, video_single_object_tracking,
  31. video_stabilization, video_summarization,
  32. video_super_resolution, vidt, virual_tryon, vision_middleware,
  33. vop_retrieval)
  34. # yapf: enable