CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 19:49:31 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/facebookresearch/pytorch3d.git
etag: W/"ad07814ab157e87c8c0eeffe24f3da19"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1eWUxTIXh%2BJ%2FYwJz%2FlFtFT%2BwrEiHMLkMjKYE1t1TMd6XnxTz%2FRJ9SnkCI8WSaiemOBBU4rp9OJouQQ1vqbnPnlvQhF7uahzBTgBygM%2FPjtLx6XICKIPL9N%2ByAlHsx8gzj1Seetra%2FtQq7rQshM7a98U04qnQJXZc%2FflJlhL09JJ5MHHpnUMCy3QHtWp0XgI3rU1aaHsZVgZbuDT4VKil0HbTMXgcCU3zTQm7p5q%2BDGfWCKAj8N8YH2klA5C9LaXL9s0av9TytT8IKdf3f6tVGg%3D%3D--kpy89WQL4jL6kxqP--zHLuUCqyLMBs3IZbAgTgfQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.945544718.1753645770; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 19:49:30 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 19:49:30 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9986:290E4F:7D8A15:A4BD08:688682CA
Fix Transform3d.stack of compositions · facebookresearch/pytorch3d@c8f3d6b · GitHub
Copy file name to clipboardExpand all lines: pytorch3d/renderer/cameras.py
Copy file name to clipboardExpand all lines: pytorch3d/transforms/transform3d.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit c8f3d6b
Fix Transform3d.stack of compositions
Summary:
Add a test for Transform3d.stack, and make it work with composed transformations.
Fixes #1072 .
Reviewed By: patricklabatut
Differential Revision: D34211920
fbshipit-source-id: bfbd0895494ca2ad3d08a61bc82ba23637e168cc1 parent 2a1de3b commit c8f3d6bCopy full SHA for c8f3d6b
File tree
Expand file treeCollapse file tree
3 files changed
+64
-26
lines changedFilter options
- pytorch3d
- renderer
- transforms
- tests
Expand file treeCollapse file tree
3 files changed
+64
-26
lines changedpytorch3d/renderer/cameras.py
Copy file name to clipboardExpand all lines: pytorch3d/renderer/cameras.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1649 | 1649 |
| |
1650 | 1650 |
| |
1651 | 1651 |
| |
1652 |
| - | |
| 1652 | + | |
1653 | 1653 |
| |
1654 | 1654 |
| |
1655 | 1655 |
| |
|
pytorch3d/transforms/transform3d.py
Copy file name to clipboardExpand all lines: pytorch3d/transforms/transform3d.py+37-25Lines changed: 37 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 |
| - | |
202 |
| - | |
| 201 | + | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
299 | 309 |
| |
300 |
| - | |
| 310 | + | |
301 | 311 |
| |
302 | 312 |
| |
303 | 313 |
| |
304 | 314 |
| |
305 |
| - | |
| 315 | + | |
306 | 316 |
| |
307 | 317 |
| |
308 | 318 |
| |
| |||
347 | 357 |
| |
348 | 358 |
| |
349 | 359 |
| |
350 |
| - | |
| 360 | + | |
351 | 361 |
| |
352 | 362 |
| |
353 | 363 |
| |
| |||
379 | 389 |
| |
380 | 390 |
| |
381 | 391 |
| |
382 |
| - | |
| 392 | + | |
383 | 393 |
| |
384 | 394 |
| |
385 |
| - | |
| 395 | + | |
386 | 396 |
| |
387 | 397 |
| |
388 |
| - | |
| 398 | + | |
389 | 399 |
| |
390 | 400 |
| |
391 |
| - | |
| 401 | + | |
392 | 402 |
| |
393 | 403 |
| |
394 |
| - | |
| 404 | + | |
395 | 405 |
| |
396 | 406 |
| |
397 | 407 |
| |
| |||
411 | 421 |
| |
412 | 422 |
| |
413 | 423 |
| |
414 |
| - | |
| 424 | + | |
415 | 425 |
| |
416 | 426 |
| |
417 | 427 |
| |
| |||
448 | 458 |
| |
449 | 459 |
| |
450 | 460 |
| |
451 |
| - | |
| 461 | + | |
452 | 462 |
| |
453 | 463 |
| |
454 |
| - | |
| 464 | + | |
455 | 465 |
| |
456 | 466 |
| |
457 | 467 |
| |
| |||
486 | 496 |
| |
487 | 497 |
| |
488 | 498 |
| |
489 |
| - | |
| 499 | + | |
490 | 500 |
| |
491 | 501 |
| |
492 | 502 |
| |
| |||
533 | 543 |
| |
534 | 544 |
| |
535 | 545 |
| |
536 |
| - | |
| 546 | + | |
537 | 547 |
| |
538 | 548 |
| |
539 | 549 |
| |
| |||
575 | 585 |
| |
576 | 586 |
| |
577 | 587 |
| |
578 |
| - | |
| 588 | + | |
579 | 589 |
| |
580 | 590 |
| |
581 | 591 |
| |
| |||
622 | 632 |
| |
623 | 633 |
| |
624 | 634 |
| |
625 |
| - | |
| 635 | + | |
626 | 636 |
| |
627 | 637 |
| |
628 | 638 |
| |
| |||
649 | 659 |
| |
650 | 660 |
| |
651 | 661 |
| |
652 |
| - | |
| 662 | + | |
653 | 663 |
| |
654 | 664 |
| |
655 | 665 |
| |
| |||
707 | 717 |
| |
708 | 718 |
| |
709 | 719 |
| |
710 |
| - | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
711 | 723 |
| |
712 | 724 |
| |
713 | 725 |
| |
| |||
725 | 737 |
| |
726 | 738 |
| |
727 | 739 |
| |
728 |
| - | |
| 740 | + | |
729 | 741 |
| |
730 | 742 |
| |
731 | 743 |
| |
|
+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 |
| |
25 | 29 |
| |
26 | 30 |
| |
| |||
406 | 410 |
| |
407 | 411 |
| |
408 | 412 |
| |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
409 | 435 |
| |
410 | 436 |
| |
411 | 437 |
| |
|
You can’t perform that action at this time.
0 commit comments