We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the step2: Feature Extraction of DeLF After the step1, I have get the fix.pth.tar model file, the config in extractor.py show here:
fix.pth.tar
extractor.py
MODE = 'pca' # either "delf" or "pca" GPU_ID = 4 IOU_THRES = 0.98 ATTN_THRES = 0.37 TOP_K = 1000 USE_PCA = False PCA_DIMS = 40 SCALE_LIST = [0.25, 0.3535, 0.5, 0.7071, 1.0, 1.4142, 2.0] ARCH = 'resnet50' EXPR = 'dummy' TARGET_LAYER = 'layer3' MODEL_NAME = 'res18_mix_debase_2' LOAD_FROM = '../train/repo/res18_mix_debase_1/keypoint/ckpt/fix.pth.tar' PCA_PARAMETERS_PATH = './output/pca/{}/pca.h5'.format(MODEL_NAME)
however, I get the result in console:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
And regardless what I type print() method to test. there is not anything return.
print()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the step2: Feature Extraction of DeLF
After the step1, I have get the
fix.pth.tar
model file, the config inextractor.py
show here:however, I get the result in console:
And regardless what I type
print()
method to test. there is not anything return.The text was updated successfully, but these errors were encountered: