Traceback (most recent call last):
File "tools/test_net.py", line 19, in <module>
from core.rpn_generator import generate_rpn_on_range, generate_rpn_on_dataset
File "/home/thomasbalestri/PlayGround/DetectAndTrack/lib/core/rpn_generator.py", line 21, in <module>
from libfb.py import parutil
ImportError: No module named libfb.py
I'm hitting an import error when trying to test with:
Is this file missing from the repo?