-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training with TUM #60
Comments
When I re-trianed your hfnet model with BDD dataset and I ran the _demo.ipynb_with the re-trained model, I got the same error. I think there may be some mistakes in my training process and my hfnet_train_distill.yaml is like this: |
Does it work with the original HF-Net work? Could you compare the two models? |
Yes,the original model you provided works.Then I re-trianed your hfnet model with BDD dataset for 500 iterations and it didn't work.Can you tell me how to compare the two models? |
I try to search in the saved graph.pbtxt and cannot find node named pred/simple_nms or pred/top_k_keypoints.The graph.pbtxt is like this: |
Hi, I have exactly the same problem after re-training the model. The interesting thing is that my hfnet_train_distill.yaml is quite similar with @zzkslam 's config file. Instead of training the hfnet based on mobilenetv2 weights, I re-train it with the hf-net weights that you have published:
As I observed in Tensorboard, the layers "simple_nms" and "top_k_keypoitns" do not exist in the re-trained model: Any thoughts ? |
Finally, I figured out to solve the issue. The reason for the lack of simple_nms and top_k_keypoints layers and their corresponding tensors was two lines that were missing in the config file ([hfnet_train_distill.yaml). When I changed the following piece of code:
To
The problem solved :-) |
Thanks for your excellent job.I have re-trianed your hfnet model with TUM dataset(picture size:640*480).But when I ran the _demo.ipynb_with the re-trained model,I got the error like this:
Thanks in advance and looking forward your replys.
The text was updated successfully, but these errors were encountered: