當前位置: 首頁>>代碼示例>>Python>>正文


Python object_detection.core.preprocessor模塊代碼示例

object_detection.core.preprocessor共有45個方法/函數/屬性,點擊鏈接查看相應的源代碼示例。

1. object_detection.core.preprocessor.ssd_random_crop() ,35個項目使用

2. object_detection.core.preprocessor.random_crop_image() ,35個項目使用

3. object_detection.core.preprocessor.resize_to_range() ,35個項目使用

4. object_detection.core.preprocessor.scale_boxes_to_pixel_coordinates() ,35個項目使用

5. object_detection.core.preprocessor.random_horizontal_flip() ,35個項目使用

6. object_detection.core.preprocessor.resize_image() ,35個項目使用

7. object_detection.core.preprocessor.subtract_channel_mean() ,34個項目使用

8. object_detection.core.preprocessor.random_resize_method() ,34個項目使用

9. object_detection.core.preprocessor.random_distort_color() ,34個項目使用

10. object_detection.core.preprocessor.ssd_random_crop_pad() ,34個項目使用

11. object_detection.core.preprocessor.random_image_scale() ,34個項目使用

12. object_detection.core.preprocessor.preprocess() ,34個項目使用

13. object_detection.core.preprocessor.random_adjust_contrast() ,34個項目使用

14. object_detection.core.preprocessor.ssd_random_crop_fixed_aspect_ratio() ,34個項目使用

15. object_detection.core.preprocessor.random_rgb_to_gray() ,34個項目使用

16. object_detection.core.preprocessor.random_jitter_boxes() ,34個項目使用

17. object_detection.core.preprocessor.get_default_func_arg_map() ,34個項目使用

18. object_detection.core.preprocessor.random_pad_image() ,34個項目使用

19. object_detection.core.preprocessor.random_crop_pad_image() ,34個項目使用

20. object_detection.core.preprocessor.random_adjust_brightness() ,34個項目使用

21. object_detection.core.preprocessor.random_crop_to_aspect_ratio() ,34個項目使用

22. object_detection.core.preprocessor.random_adjust_hue() ,34個項目使用

23. object_detection.core.preprocessor.normalize_image() ,34個項目使用

24. object_detection.core.preprocessor.rgb_to_gray() ,34個項目使用

25. object_detection.core.preprocessor.random_pixel_value_scale() ,34個項目使用

26. object_detection.core.preprocessor.random_black_patches() ,34個項目使用

27. object_detection.core.preprocessor.retain_boxes_above_threshold() ,32個項目使用

28. object_detection.core.preprocessor._strict_random_crop_image() ,32個項目使用

29. object_detection.core.preprocessor.one_hot_encoding() ,32個項目使用

30. object_detection.core.preprocessor.random_adjust_saturation() ,32個項目使用

31. object_detection.core.preprocessor.py() ,31個項目使用

32. object_detection.core.preprocessor.resize_to_min_dimension() ,19個項目使用

33. object_detection.core.preprocessor.random_vertical_flip() ,19個項目使用

34. object_detection.core.preprocessor.random_rotation90() ,19個項目使用

35. object_detection.core.preprocessor._rot90_masks() ,18個項目使用

36. object_detection.core.preprocessor._flip_boxes_left_right() ,18個項目使用

37. object_detection.core.preprocessor._rot90_boxes() ,18個項目使用

38. object_detection.core.preprocessor._flip_boxes_up_down() ,18個項目使用

39. object_detection.core.preprocessor._flip_masks_up_down() ,18個項目使用

40. object_detection.core.preprocessor._flip_masks_left_right() ,18個項目使用

41. object_detection.core.preprocessor.ssd_random_crop_pad_fixed_aspect_ratio() ,18個項目使用

42. object_detection.core.preprocessor.random_pad_to_aspect_ratio() ,18個項目使用

43. object_detection.core.preprocessor._rgb_to_grayscale() ,15個項目使用

44. object_detection.core.preprocessor._flip_masks() ,13個項目使用

45. object_detection.core.preprocessor.convert_class_logits_to_softmax() ,9個項目使用



注:本文中的示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。