Closed musicBoxes closed 1 year ago
Hi @musicBoxes,
I have been a bit busy lately, and have not cleaned up the code for this work. I will most likely wrap it up by the end of the month. In the meantime, I think you could just change the name of the module to pvic
and it should work.
Fred.
Hi @musicBoxes,
The codebase for inference and visualisation has now been updated.
Cheers, Fred.
I try to run the inference.py to to test the model and get error
ModuleNotFoundError: No module named 'upt'
. After runningpip install upt
and executing the inference.py again, the program prints error:ImportError: cannot import name 'build_detector' from 'upt' (/opt/conda/envs/pvic/lib/python3.8/site-packages/upt/__init__.py)
.I think I misunderstand the source of upt. And I find a UPT model from UPT: Unary–Pairwise Transformers. Is this source right? If so, how to combine it with your project?