NielsRogge / Transformers-Tutorials

This repository contains demos I made with the Transformers library by HuggingFace.
MIT License
9.17k stars 1.42k forks source link

Use DetrImageProcessor instead of DetrFeatureExtractor #260

Closed TheodorEmanuelsson closed 1 year ago

TheodorEmanuelsson commented 1 year ago

DetrFeatureExtractor gives a deprecation warning so I thought I'd update it to the new DetrImageProcessor. There are some more deprecation warnings that I might fix further down the line when I've understood the transformers codebase a bit more. Didn't make any changes in the text yet.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

NielsRogge commented 1 year ago

Hi,

Thanks a lot for your PR! I actually updated the notebook yesterday with a bunch of updates:

TheodorEmanuelsson commented 1 year ago

Nice one!