Skip to content

Fixing namespace for image samples #3208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 5, 2019

Conversation

abgoswam
Copy link
Member

@abgoswam abgoswam commented Apr 5, 2019

Towards #3205

@@ -15,7 +16,7 @@ public static void Example()
// Downloading a few images, and an images.tsv file, which contains a list of the files from the dotnet/machinelearning/test/data/images/.
// If you inspect the fileSystem, after running this line, an "images" folder will be created, containing 4 images, and a .tsv file
// enumerating the images.
var imagesDataFile = SamplesUtils.DatasetUtils.DownloadImages();
var imagesDataFile = Microsoft.ML.SamplesUtils.DatasetUtils.DownloadImages();
Copy link
Contributor

@rogancarr rogancarr Apr 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.ML. [](start = 33, length = 13)

Do you need this? You don't in ConvertToGrayScale.

Ditto for the rest of the files with this pattern. #Resolved

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added to ConvertToGrayScale in iteration 2 (else its compile time error)


In reply to: 272409998 [](ancestors = 272409998)

@rogancarr
Copy link
Contributor

        // 0.394427955

Hmmmmmmmmmmm


Refers to: docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/ImageAnalytics/DnnFeaturizeImage.cs:62 in e178288. [](commit_id = e178288, deletion_comment = False)

Copy link
Contributor

@rogancarr rogancarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with comments

@abgoswam
Copy link
Member Author

abgoswam commented Apr 5, 2019

        // 0.394427955

ResNet18 ? :)


In reply to: 480105797 [](ancestors = 480105797)


Refers to: docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/ImageAnalytics/DnnFeaturizeImage.cs:62 in e178288. [](commit_id = e178288, deletion_comment = False)

Copy link
Member

@sfilipi sfilipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link

@shmoradims shmoradims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@abgoswam abgoswam merged commit a5f0977 into dotnet:master Apr 5, 2019
abgoswam added a commit to abgoswam/machinelearning that referenced this pull request Apr 5, 2019
* fixing namespace for image samples

* fix compile error
@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants