facebookresearch / fvcore

Collection of common code that's shared among different research projects in FAIR computer vision team.
Apache License 2.0
1.93k stars 226 forks source link

iopath dependency #141

Open BagelOrb opened 8 months ago

BagelOrb commented 8 months ago

Seems this lib depends on iopath, but that dependency isn't properly listed. When I conda install fvcore it installs a couple of libs, but not iopath.

File ~/mambaforge-pypy3/envs/fastai_env/lib/python3.10/site-packages/fvcore/nn/jit_analysis.py:16
     14 import torch
...
---> 12 from iopath.common.file_io import HTTPURLHandler, PathManager
     13 from termcolor import colored
     14 from torch.nn.parallel import DataParallel, DistributedDataParallel