Troubleshooting NFT Marker Creation: Confidence Rating Issues

Help with NFT Marker Generator

I’ve been trying to create NFT markers using an online tool, but I’m running into some problems. No matter what image I upload, I can’t seem to get any star rating at the bottom of the page. This is really frustrating!

Here’s what I’ve tried so far:

  1. Used different image sizes
  2. Tried various file formats (PNG, JPG, GIF)
  3. Adjusted image contrast and brightness
  4. Used images with different levels of detail

Has anyone else experienced this issue? I’m wondering if the tool might be broken or if I’m doing something wrong. Any advice would be greatly appreciated!

# Example code for image processing (not actual NFT marker generation)
import cv2

def prepare_image(image_path):
    img = cv2.imread(image_path)
    gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
    processed = cv2.adaptiveThreshold(gray, 255, cv2.ADAPTIVE_THRESH_GAUSSIAN_C, cv2.THRESH_BINARY, 11, 2)
    return processed

# Usage
result = prepare_image('my_nft_image.jpg')
cv2.imshow('Processed Image', result)
cv2.waitKey(0)

Is there a better tool or method for generating NFT markers with confidence ratings? I’m open to alternatives if this one isn’t working properly.

yo leapingfox, that sucks man. have you tried a different browser? sometimes firefox works better for me with these kinda tools. also, make sure your images are super high contrast - like black and white patterns work best. if nothing else works, maybe try vuforia instead? they’ve got a solid reputation for AR stuff.

hey there LeapingFox! that sounds like a real head-scratcher you’ve got there :thinking: i’ve actually run into similar issues when trying to create NFT markers before. have you tried clearing your browser cache and cookies? sometimes that can help with weird glitches on web tools.

also, i’m curious - what kind of images are you trying to use? in my experience, images with lots of distinct features and high contrast tend to work best for NFT markers. maybe try something like a QR code or a complex geometric pattern?

oh, and have you checked if the tool is compatible with your browser? some of these specialized tools can be picky about that stuff.

what made you want to create NFT markers in the first place? i’d love to hear more about your project! maybe we could brainstorm some alternative approaches if this tool keeps giving you trouble.

I’ve encountered similar issues with NFT marker generation tools. One thing that often helps is ensuring your images have high contrast and distinct features. Try adjusting the image levels in a photo editing software before uploading. Also, some tools have specific size requirements - make sure your images meet these. If you’re still having trouble, consider using a different tool like ARToolKit or Vuforia. They offer more robust marker generation capabilities and provide detailed confidence ratings. Alternatively, you could explore using natural feature tracking instead of markers, which might be more suitable depending on your specific use case.