Data licensing
Egocentric Dataset Licensing: How to Read the Fine Print Before You Train
Most public egocentric datasets are licensed for research, not for shipping a commercial robot — and the licenses differ enough that reading them individually is the whole job. EPIC-KITCHENS-100 is Creative Commons Attribution-NonCommercial 4.0, which flatly states "you may not use the material for commercial purposes." Ego4D permits commercial product development under a signed agreement but forbids the raw data from appearing in any shipped product. Ego-Exo4D is gated behind an approval queue that hands you AWS credentials, not a commercial grant. If you need footage you can legally train on and ship, you either negotiate a commercial license per dataset or commission custom rights-cleared capture — the path Truelabel runs, sourcing consented egocentric video from around 10,000 collectors across 100 countries.
The short answer: 'egocentric dataset' is not one license
Here is the mistake I watch robotics teams make over and over. They find a first-person cooking or manipulation dataset, see it cited in a hundred papers, download it, train a policy, and only think about the license when legal asks a question two weeks before a demo to an investor or customer. By then the model has already learned from footage they never had the right to commercialize.
The root error is treating "academic egocentric dataset" as a single license class. It isn't. EPIC-KITCHENS-100, Ego4D, and Ego-Exo4D are three of the most-used first-person corpora in the field, and they grant three materially different sets of rights. One bars commercial use entirely. One allows commercial product development but forbids the data from ever appearing in your product. One hands you cloud credentials after an approval queue and calls that access, not a commercial grant. You cannot generalize across them — the only reliable move is to open each license and read the clause that governs your specific plan to ship a model. This guide walks the three most common traps and gives you a due-diligence checklist you can run before a single epoch of training.
The CC BY-NC trap that ends robotics projects
EPIC-KITCHENS-100 — the large first-person kitchen dataset from the University of Bristol that shows up in nearly every egocentric-action-recognition paper — is released under Creative Commons Attribution-NonCommercial 4.0. The license text is not ambiguous: "you may not use the material for commercial purposes," and the dataset's own license file provides no built-in commercial path (Bristol handles those by separate email).
The part teams underestimate is how broadly "commercial" is defined. The CC BY-NC 4.0 deed defines a commercial use as one "primarily intended for commercial advantage or monetary compensation." A seed-stage startup training a manipulation policy it intends to sell, license, or raise money against is squarely inside that definition — you don't get a pass for being pre-revenue. And then there's the genuinely unsettled question underneath it: does a model trained on NonCommercial data inherit the restriction? There is no clean case law settling whether learned weights are a derivative of the training data. The conservative reading — the one your acquirer's diligence lawyer will take — is that shipping a policy trained on CC BY-NC footage is exactly the commercial use the clause was written to prevent. If your risk tolerance for that question is anything short of "happy to litigate it," treat NonCommercial datasets as research-only and license commercially or capture your own.
- CC BY-NC covers the data and its adaptations — the safe assumption is that a model trained on it is an adaptation, not a clean-room artifact.
- "Non-profit" and "non-commercial" are not the same test: a for-profit company's internal R&D is still commercial intent under the CC definition.
- The commercial-license email is the tell — if a dataset routes commercial use to a separate negotiation, the default grant does not cover you.
Ego4D's fine print: commercial product development is allowed — the data still can't ship
Ego4D is the trap in the other direction, and it catches teams who assume "if it's not CC BY-NC, I'm fine." The Ego4D license agreement is actually more permissive than EPIC-KITCHENS on paper: its permitted uses explicitly include "academic research, commercial or noncommercial product development, or commercial or noncommercial design." So a company can, in principle, use Ego4D in building a product.
Then comes the sentence that constrains what "use" means. The same agreement states that the Database "may not appear in or be visible in any program, dataset, or product, whatsoever, commercial or otherwise." Read those two clauses together and the boundary is precise: you may train and develop against Ego4D, but the raw footage cannot be embedded in, redistributed with, or reconstructable from the thing you ship. For a policy that memorizes and can regurgitate training frames, that's a real engineering constraint, not a formality. On top of that, Ego4D is not a click-through — it's a signed agreement, executed by an individual or an authorized institutional signatory, and the license forbids selling, renting, sublicensing, or transferring the data. The practical takeaway: Ego4D can support a commercial R&D pipeline, but it is not a license to distribute egocentric data inside a product, and it binds only the party who signed.
Ego-Exo4D and gated licenses: approval is access, not a commercial grant
Ego-Exo4D — the Meta-led first-and-third-person activity dataset — is the polished example of a gated license, and it's worth understanding because the gating process feels official enough to be mistaken for clearance. Per the Ego-Exo4D getting-started docs, you accept the license agreement, wait roughly 48 hours for approval, and are then emailed a set of AWS access credentials. The same terms bar you from selling, sublicensing, or providing the database to any third party.
What you receive from that flow is download access under research-oriented terms — not a negotiated commercial license and not a transfer of the underlying rights. It's worth respecting how carefully these datasets are built: Ego-Exo4D was collected by a university consortium spanning six countries with more than 800 skilled participants, with the consent and IRB scaffolding that implies. That rigor is exactly why the access terms are conservative. A gate that grants you credentials in 48 hours is optimized for reproducible research, not for underwriting a product you'll sell. If your plan is commercial, the approval email is the start of a conversation about a commercial license, not the end of your diligence.
Why the HuggingFace license field can't be trusted at face value
A lot of teams do their "license check" by glancing at the license badge on a dataset's HuggingFace page. That badge is weaker evidence than it looks. A HuggingFace dataset card is just the repository's README, and the license shown is a value the uploader typed into a YAML metadata block — the docs describe it as "any valid license identifier." Nothing in the platform verifies that the declared license is correct, that the uploader had the right to relicense the footage, or that a re-upload of EPIC-KITCHENS didn't quietly swap CC BY-NC for a friendlier tag.
This matters most for the mirror-and-fork pattern that's endemic on the Hub. A well-known dataset gets re-uploaded by a third party who sets the license field to whatever is convenient, and the original NonCommercial or gated terms don't travel with the copy. The license metadata is a discovery convenience, not a legal opinion. Treat it as a pointer to the primary source — the dataset's own license file and the collecting institution's terms — and clear your rights against that, not against a green badge. Cards also frequently carry "other" or an empty license, which is not permission; it's an unanswered question you have to resolve before training.
- The displayed license is author-supplied metadata in a README, not a platform-verified fact.
- Re-uploads and forks routinely drop or overwrite the original terms — always trace back to the source dataset's license file.
- "other", "unknown", or a blank license field means no grant has been established — default to no commercial rights until proven otherwise.
A licensing due-diligence checklist before you train
Rights clearance is cheapest before the first epoch and most expensive during acquisition diligence. Run this pass on every egocentric corpus you're considering, and log the answers with links to the primary source — not a screenshot of a badge. The goal is a short paper trail that survives a lawyer reading it two years later. Where a dataset can't satisfy a row, that's not automatically disqualifying — it's a signal you need either a separate commercial license from the rights holder or a custom capture that ships those rights with the data.
- 01
License identity, from the source
Open the dataset's own license file, not the HuggingFace tag. Record the exact license (e.g. CC BY-NC 4.0, a custom signed agreement) and the URL you read it from.
- 02
Commercial grant
Does the license permit commercial use at all? NonCommercial licenses like CC BY-NC are a hard stop for anything you'll sell or raise against.
- 03
Data-in-product rights
Even when commercial development is allowed (as in Ego4D), check whether the raw data may appear in, ship with, or be recoverable from your product.
- 04
Redistribution and transfer
Confirm whether you can move the data across your org, to contractors, or to an acquirer. Most research licenses forbid sublicensing and transfer.
- 05
Model/derivative rights
Get an explicit position on whether trained weights are treated as a derivative. If the license is silent, assume the restriction follows the model.
- 06
Consent and provenance chain
Confirm participants consented to the use you intend, and that consent artifacts and per-clip provenance exist and can be produced on request.
- 07
Indemnification
If a claim arises over a subject's likeness or consent, who is liable? Public research datasets rarely indemnify you; a commercial supplier can.
When you need custom rights-cleared capture — and how Truelabel fits
Once you've run the checklist, most commercial robotics programs land in one of two places. Either you negotiate a per-dataset commercial license directly with the rights holder — viable when a single corpus covers your task and the holder is set up to sell one — or you commission custom capture that ships commercial rights, consent artifacts, and provenance as part of the delivery. The second path is usually the cleaner answer when your task, environment, or embodiment isn't well represented by a public corpus, or when you need footage you can redistribute internally, hand to contractors, and carry through an acquisition without re-clearing anything.
That's the side Truelabel is built for. It's a physical-AI data marketplace where robotics and embodied-AI teams source rights-cleared egocentric video on spec, captured by consented collectors — around 10,000 of them across 100 countries — with contributor consent artifacts and per-trajectory provenance included, and sample packets before you commit to scale. The point isn't that public datasets are useless; EPIC-KITCHENS, Ego4D, and Ego-Exo4D are excellent for research and benchmarking. The point is that "good enough to publish on" and "cleared to ship in a product" are different bars, and the license is where that gap lives. Read it before you train, and you never have to unwind a model built on footage you couldn't commercialize.
Related pages
Use these to move from category-level context into specific task, dataset, format, and comparison detail.
FAQ
Can I use EPIC-KITCHENS to train a commercial robot?
No — not without a separate commercial license. EPIC-KITCHENS-100 is released under Creative Commons Attribution-NonCommercial 4.0, which states 'you may not use the material for commercial purposes,' and CC defines a commercial use as one primarily intended for commercial advantage or monetary compensation. A for-profit company training a policy it intends to sell or raise money against is inside that definition even before it has revenue. Bristol handles commercial licensing by separate arrangement, so the default download does not cover a shippable product.
Does a model trained on CC BY-NC data become non-commercial too?
This is legally unsettled — there is no clean case law establishing whether trained weights are a derivative of the training data. The conservative reading, and the one most acquisition-diligence lawyers take, is that shipping a model trained on CC BY-NC footage is the commercial use the NonCommercial clause was written to block. Unless you are prepared to litigate that question, treat NonCommercial datasets as research-only and either negotiate a commercial license or capture your own rights-cleared data.
Is Ego4D free to use commercially?
Partly, with a sharp limit. The Ego4D license agreement permits academic research and commercial or noncommercial product development, so you can develop against it. But the same agreement states the Database 'may not appear in or be visible in any program, dataset, or product, whatsoever, commercial or otherwise,' and forbids selling, sublicensing, or transferring the data. So Ego4D can support a commercial R&D pipeline, but it is not a license to embed or redistribute egocentric footage inside a product, and it binds only the party who signed the agreement.
What does a 'gated' dataset license like Ego-Exo4D give me?
Access, not a commercial grant. For Ego-Exo4D you accept the license, wait roughly 48 hours for approval, and are emailed AWS credentials to download the data under research-oriented terms that bar selling, sublicensing, or providing it to third parties. The gating process is rigorous because the dataset itself is carefully consented — it was collected by a university consortium across six countries with more than 800 participants — but approval is optimized for reproducible research, not for underwriting a product you plan to sell.
Can I trust the license field on a HuggingFace dataset card?
Not as legal clearance. A HuggingFace dataset card is a README, and the license is a value the uploader typed into a YAML metadata block using 'any valid license identifier' — nothing verifies it. Re-uploads and forks frequently drop or overwrite the original terms, so a mirror of a NonCommercial dataset can display a friendlier tag. Treat the badge as a pointer, then clear your rights against the primary source: the original dataset's own license file and the collecting institution's terms. An 'other' or blank license is an unanswered question, not permission.
What should I check before licensing an egocentric dataset?
Run a seven-row pass per dataset, sourced from the primary license file rather than a badge: the exact license identity; whether commercial use is permitted at all; whether the raw data may appear in or ship with your product; redistribution and transfer rights; how trained models/derivatives are treated; the consent and provenance chain behind the footage; and who indemnifies you if a likeness or consent claim arises. Where a public dataset can't satisfy a row, you need either a negotiated commercial license or custom rights-cleared capture that ships those rights with the data.
Looking for egocentric dataset licensing?
Specify modality, task, environment, rights, and delivery format. Truelabel matches you with vetted capture partners and helps scope consent artifacts and commercial licensing requirements before delivery.
Request rights-cleared egocentric data