question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImageTarget Dataset

See original GitHub issue

Hello, I recently came across torchgeo and would like to help out in extending it for object detection and instance segmentation tasks.

Is there a recommended way to add datasets that contain both images and targets? According to the wiki it seems this was being discussed.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
ashnair1commented, Sep 11, 2021

They’re not. They have different sizes. The 8 band tif has shape (8, 101, 110) while the RGB tif has shape (3, 406, 438)

1reaction
adamjstewartcommented, Sep 10, 2021

If the 8-band tif already contains the same information as the RGB tif, I wouldn’t bother loading/returning it at all. Instead of tuples we use dictionaries so that it’s easier to keep track of what each component is.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Image Targets | VuforiaLibrary
Image Targets represent images that Vuforia Engine can detect and track. The Engine detects and tracks the image by comparing extracted natural features ......
Read more >
Cannot see ImageTarget in scene. - Unity Forum
Hi @morrisford, Once you add an Image Target database in Unity. You should create a new Image Target -> Select the Image Target...
Read more >
Setting up Image Targets - Unity - Manual
Once you are satisfied with your image's Rating, select the checkbox to the left of the Image Target name and click the Download...
Read more >
com.vuforia.DataSet.getNumTrackables java code examples | Tabnine
ImageTarget findImageTarget(String name) { TrackerManager trackerManager = TrackerManager.getInstance(); ObjectTracker objectTracker = (ObjectTracker) ...
Read more >
Adding the image target | Augmented Reality for Developers
As we saw in Chapter 2, Setting Up Your System, we can use the Vuforia cloud service to generate and maintain the database...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found