mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
lint fixes
Summary: Lint after recent changes. Reviewed By: nikhilaravi Differential Revision: D27682328 fbshipit-source-id: 285d159010d886e4e97902995adbdff875fd3c19
This commit is contained in:
committed by
Facebook GitHub Bot
parent
124bb5e391
commit
c18ee9d40a
@@ -5,11 +5,10 @@ Sanity checks for loading R2N2.
|
||||
import json
|
||||
import os
|
||||
import unittest
|
||||
from pathlib import Path
|
||||
|
||||
import numpy as np
|
||||
import torch
|
||||
from common_testing import TestCaseMixin, load_rgb_image, get_tests_dir
|
||||
from common_testing import TestCaseMixin, get_tests_dir, load_rgb_image
|
||||
from PIL import Image
|
||||
from pytorch3d.datasets import (
|
||||
R2N2,
|
||||
|
||||
Reference in New Issue
Block a user