Closed vineetparikh closed 7 months ago
looks like this was because I needed to install faster-rcnn as a requirement from 100DoH (i.e. needed to rerun pip install -r requirements.txt
separately after making the conda env). I'll close this now, but if people have questions about what I needed to do please let me know!
I'm testing out LTMU-H for TREK-150 and finding that even after setting up 100DoH and the LTMU setup + extracting and running TREK-150 (and verifying that the rest of the toolkit works), I'm unable to run evaluation for LTMU-H because the HIC detector python file doesn't seem to register the "model" package correctly. Basically the error is happening here:
with the actual error being
Any idea what's going on? I'm looking to use this for a downstream task but am confused as to why the HIC is failing on this import: is there some setup issue?