I’m having trouble with an NFT marker creation tool that should generate AR.js compatible markers. Every time I upload different images to create markers, the confidence rating at the bottom always shows zero stars or no rating at all.
I’ve tried using various types of images - some with high contrast, others with detailed patterns, and even images that should theoretically work well for tracking purposes. But regardless of what I upload, the quality indicator never shows any stars.
Has anyone else experienced this issue? Is this a known problem with NFT marker generators, or am I doing something wrong with my image selection? I’m wondering if the confidence rating system is currently not functioning properly.
Any suggestions on alternative approaches or fixes would be really helpful. I need to create reliable NFT markers for my AR project.
totally feel you! i had the same issue too. these tools can be a bit buggy. I ended up tryin a diff generator and it fixed my probs. also, artoolkit’s pretty good, def give it a shot!
Had this same issue six months back on a museum project. The confidence ratings on most online NFT marker generators are basically broken. I switched to ARToolKit NFT utilities on desktop instead of web tools - way better. The command line actually gives you real feedback on marker quality and lets you tweak DPI and feature detection manually. Also try resizing your images to around 480px width before processing. Made a huge difference for me. Web tools just can’t handle larger images properly.
You’re encountering a problem where an NFT marker creation tool isn’t providing a confidence rating for the generated AR.js markers, regardless of the image used. The tool’s quality indicator consistently shows zero stars or no rating, hindering your ability to create reliable markers for your AR project.
Understanding the “Why” (The Root Cause):
Many online NFT marker generators have unreliable confidence rating systems. The displayed rating may not accurately reflect the marker’s actual tracking capabilities. The issue isn’t necessarily with your image selection but might stem from limitations or bugs within the specific tool itself. Larger images may also exceed processing capabilities of web-based tools.
Step-by-Step Guide:
Try a Different Tool or Method: The most reliable approach is to switch to a more robust and well-tested marker creation method. Consider desktop-based solutions instead of online tools. ARToolKit provides utilities specifically designed for generating NFT markers with better quality control. The command-line interface will provide more detailed feedback on image quality, DPI, and feature detection.
Resize Your Images: Before processing your images, resize them to a smaller, manageable resolution, such as 480px in width. Web-based tools often struggle to efficiently process high-resolution images, while desktop tools provide more control over this processing.
Test the Generated Markers: Even if the confidence rating is unsatisfactory, test the generated markers in your AR scene. The confidence rating may be inaccurate. In this case, ARToolKit may offer greater accuracy.
Review Image Selection (for future reference): While the confidence rating issue is likely due to the tool and not your image quality, optimizing your image selections can still improve AR tracking. Use high-contrast images with distinct features suitable for feature detection. Avoid blurry or overly complex images.
Common Pitfalls & What to Check Next:
Tool Limitations: The core problem may reside within the capabilities of the specific online NFT marker creation tool you’re using. Different tools have varying levels of reliability and support for different image types.
Image Format: Ensure your images are in a suitable format (e.g., PNG) for AR marker generation. The correct format can vary depending on the tool used.
DPI Resolution: Experiment with different DPI resolutions for your images. Tools may have limits on the optimal DPI settings.
Still running into issues? Share your (sanitized) config files, the exact command you ran, and any other relevant details. The community is here to help!