1

Image Annotation Jobs in Texas (NOW HIRING)

Platform Engineer, Data

Austin, TX · On-site

$113K - $136K/yr

... image and video pipelines for computer vision model training: multi-source ingestion, QA and ... drift, and annotation error; active-learning sampling to target gaps; feedback loops from ...

Platform Engineer, Data

Austin, TX · On-site

$113K - $136K/yr

... image and video pipelines for computer vision model training: multi-source ingestion, QA and ... drift, and annotation error; active-learning sampling to target gaps; feedback loops from ...

Platform Engineer, Data

Austin, TX

$113K - $136K/yr

You will build and maintain large-scale image and video pipelines, but with a focus on data ... Develop and use data quality tooling: metrics for balance, drift, and annotation error; active ...

Platform Engineer, Data

Austin, TX · On-site

$113K - $136K/yr

You will build and maintain large-scale image and video pipelines, but with a focus on data ... Develop and use data quality tooling: metrics for balance, drift, and annotation error; active ...

... annotation, and patient identification, ensuring that all relative anatomy is demonstrated. * Documentation - Maintain detailed records of procedures, patient information, and image data, ensuring ...

Showing results 21-40

Image Annotation information

See Texas salary details

$707

$2K

$2.9K

How much do image annotation jobs pay per week?

As of Sep 15, 2026, the average weekly pay for image annotation in Texas is $1,972.12, according to ZipRecruiter salary data. Most workers in this role earn between $1,451.92 and $2,453.85 per week, depending on experience, location, and employer.

What is an image annotation?

An Image Annotation job involves labeling or tagging objects, regions, or features within images to train machine learning models. Annotators use various techniques, such as bounding boxes, polygons, or key points, to define elements in images. This work is essential for tasks like object detection, image segmentation, and facial recognition. Image annotation helps improve AI accuracy in applications such as autonomous vehicles, medical imaging, and security systems.

What are the key skills and qualifications needed to thrive in image annotation, and why are they important?

To thrive as an Image Annotation professional, attention to detail, strong visual perception, and accuracy are essential, often complemented by a high school diploma or relevant experience in data labeling or computer vision projects. Familiarity with annotation tools such as LabelImg, CVAT, or Supervisely, and a basic understanding of file formats and image labeling standards are typically required. Excellent communication, time management, and the ability to focus on repetitive tasks help individuals excel in this position. These skills ensure high-quality annotated data, which is critical for training reliable machine learning and AI models.

What are some common challenges faced by image annotation specialists in their daily work?

Image annotation specialists often encounter challenges such as maintaining accuracy and consistency when labeling large volumes of images, especially when object boundaries are ambiguous or vary across images. The need to meet tight project deadlines while ensuring high-quality output can be demanding, and handling repetitive tasks may require sustained focus and attention. Collaboration with machine learning engineers or project managers is common, as they may provide feedback or clarification on annotation guidelines. Despite these challenges, working in image annotation offers the opportunity to contribute directly to cutting-edge AI technologies and gain valuable experience in the growing field of computer vision.

What are the most commonly searched types of Image Annotation jobs in Texas?

The most popular types of Image Annotation jobs in Texas are:

What are popular job titles related to Image Annotation jobs in Texas?

For Image Annotation jobs in Texas, the most frequently searched job titles are:

What job categories do people searching Image Annotation jobs in Texas look for?

The top searched job categories for Image Annotation jobs in Texas are:

What cities in Texas are hiring for Image Annotation jobs?

Cities in Texas with the most Image Annotation job openings:

Infographic showing various Image Annotation job openings in Texas as of September 2026, with employment types broken down into 2% As Needed, 72% Full Time, 21% Part Time, 1% Temporary, and 4% Contract. Highlights an 88% In-person, and 12% Remote job distribution, with an average salary of $102,550 per year, or $49.3 per hour.

Senior Software Engineer, ML Infrastructure

Austin, TX • On-site

Apptronik
Industrial Automation Equipment Manufacturing • 11 - 50 employees

$121K - $160K/yr

Full-time

Posted 14 days ago


Job description

JOB SUMMARY

Apptronik is building Apollo, a general-purpose humanoid robot, and the physical AI that drives it. Scale is the name of the game: every robot and teleoperator we field produces synchronized video, proprioceptive, tactile, and force-torque streams, and the fleet's output grows with every deployment. Turning that volume of data into shipped autonomy - routinely, at multi-terabyte scale - is what this role is about.

We are looking for a Senior Software Engineer, ML Infrastructure to build that platform: the self-serve services and pipelines that carry data from collection through curation, training, and evaluation to a qualified model running on real hardware. Much of it is being created ground-up for the long term - humanoid robotics has few off-the-shelf answers - so the team builds first-party platform services alongside the open-source and commercial tooling we adopt where it genuinely fits.

This is a hands-on role on a small team whose platform is depended on daily by researchers and engineers across MLOps, Autonomy, Data Platform, and TeleOp.

ESSENTIAL DUTIES AND RESPONSIBILITIES

You will build the ML platform - the APIs, workers, and control planes that let researchers and robot teams move data and models through the system in a self-serve manner, with the testing and observability that being a dependency implies. The platform's responsibilities include:

  • Data Curation & Annotation: Turn raw robot and simulation data into training-ready datasets - selection and filtering of manipulation episodes with synchronized sensor streams; annotation workflows that combine automatic labeling with human-in-the-loop review at throughput; and dataset versioning and lineage strong enough that any model traces back to the exact data that produced it.
  • Data Pipelines at Scale: Make multi-terabyte dataset operations routine - transformation and assembly, coverage and quality statistics that tell us a training set is good before we spend a cluster-week on it, and read paths that keep GPUs fed.
  • Simulation & Evaluation: Build the rollout harnesses that evaluate policies in simulation on our GPU cluster; the benchmarks and metrics captured consistently across simulation, real-robot, and teleoperation sources; and the qualification gates a model must pass before it reaches Apollo - automatic, not manual review.
  • Model Promotion: Build the model store - versioning, metadata, attached evaluation results, lineage - and the promotion path from trained to qualified to deployed on robot, including packaging (ONNX, TensorRT) in partnership with Autonomy.
  • Developer Experience: Provide the tooling researchers use daily - experiment tracking, training job submission, sweeps, and reproducible container environments. Reduce time from idea to running training job; win adoption by being the fastest path, not by mandate.

Alongside the technical work, you will partner with Autonomy, Data Platform, and TeleOp on dataset and model lifecycle contracts, contribute to the technical direction of these layers, and mentor the engineers around you through code and design review.

SKILLS AND REQUIREMENTS

No single person will have depth in everything below. We are looking for someone who has built platform services in production at scale with real depth in at least one of three areas - large-scale data pipelines, annotation and labeling, or evaluation and simulation - plus solid cloud and Python across the board:

  • A builder at scale: a track record of designing and shipping production systems and services that other teams depend on daily.
  • Deep hands-on experience with large-scale data pipelines for ML: multi-terabyte transformation and dataset assembly of multimodal sensor data - video and image streams, time-synchronized robot telemetry, the kind of data that trains vision-language-action and computer-vision models - with columnar and time-series formats (Parquet, Arrow), dataset versioning and lineage (lakeFS, DVC, Iceberg, or equivalent), and object storage (S3, MinIO).
  • Experience with ML annotation and labeling at scale: automatic annotation of data combined with human-in-the-loop workflows - the tooling, quality control, and throughput management.
  • Experience building large-scale evaluation or simulation harnesses: many parallel jobs on GPU infrastructure, aggregated into decision-grade results.
  • Strong Python and general software engineering ability (testing, API design, code review), plus cloud infrastructure, Kubernetes, Docker, and modern CI/CD.
EDUCATION and/or EXPERIENCE
  • 5+ years of professional software engineering experience in ML platforms, data infrastructure, or related fields, OR 3+ years of direct, hands-on experience owning the data and evaluation infrastructure behind models shipped to production.
  • Bachelor's or Master's degree in Computer Science, Machine Learning, or a related technical field, or equivalent experience.

Bonus Qualifications:

  • Robotics data formats and fleet-scale telemetry (MCAP, ROS, LeRobot, or equivalent).
  • Simulation-in-the-loop evaluation with Isaac Sim, IsaacLab, MuJoCo, or equivalent.
  • Reinforcement or imitation learning infrastructure for embodied agents (rollout workers, sim-eval harnesses).
  • Deploying ML models to edge targets (ONNX Runtime, TensorRT, robot fleets).
PHYSICAL REQUIREMENTS
  • Prolonged periods of sitting at a desk and working on a computer
  • Must be able to lift 15 pounds at times
  • Vision to read printed materials and a computer screen
  • Hearing and speech to communicate