How to use Intel/dpt-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="Intel/dpt-large")
# Load model directly from transformers import AutoImageProcessor, AutoModelForDepthEstimation processor = AutoImageProcessor.from_pretrained("Intel/dpt-large") model = AutoModelForDepthEstimation.from_pretrained("Intel/dpt-large")
这张图片包含不同日期的数字序列,每一个数字会对应一个生肖,每一个日期都有七个数字,以及这个数字对应的生肖,你需要帮我将其整理为不同日期数字序列的excel表格,辛苦
· Sign up or log in to comment