| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Looks great, @yeshaokai what do you think? |
Sorry, something went wrong.
|
Discussed with Jessy and it looks good to me |
Sorry, something went wrong.
|
Is there a help button? Any guidance to help the user to know what "threshold" is? Why they should or should not use adaptation? What form should scale be? This should be smartly set and not exposed - it's also irrelevant for quadruped model with top down... |
Sorry, something went wrong.
There was a problem hiding this comment.
The users need more guidance. We really need to bring back the help button!
Scale list should be hidden or a long paragraph on what size our model is trained on, and dynamically updated based on the selection of a model.
Sorry, something went wrong.
|
I don't think we can hide scale list, as it requires user's input (as it's dependent on video/animal size, but not model type); if left unspecified, it internally defaults to video height +/- 50). If specified by the user though, note that we explicitly indicate that these should be a comma-separated list of integers, and we have an additional input validator that colors the input field frame (red, yellow, green) whether the input format is wrong, incomplete, or valid. |
Sorry, something went wrong.
|
Sure, but without docs it's not intuitive what it even is - so sure integers is clear, but we can do this smarter. Measure the video pixel size, scale it to our mean superanimal training dataset size... drop the box 💪 |
Sorry, something went wrong.
This reverts commit 4f456c1.
Sorry, something went wrong.
|
The code looks good to me, but I get an issue when running with video adaptation (200 iterations): /miniconda/envs/upa/lib/python3.9/site-packages/tensorflow/python/keras/engine/base_layer_v1.py:1694: UserWarning: `layer.apply` is deprecated and will be removed in a future version. Please use `layer.__call__` method instead.
warnings.warn('`layer.apply` is deprecated and '
Exception in thread Thread-3:
Traceback (most recent call last):
File "/miniconda/envs/upa/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/miniconda/envs/upa/lib/python3.9/threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "/DeepLabCut/deeplabcut/pose_estimation_tensorflow/core/train.py", line 84, in load_and_enqueue
batch_np = dataset.next_batch()
File "/DeepLabCut/deeplabcut/pose_estimation_tensorflow/datasets/pose_multianimal_imgaug.py", line 538, in next_batch
temp.append(array[mask[inds]])
IndexError: invalid index to scalar variable.I tested with the current code on main and do not get this issue. Does this happen to anyone else? |
Sorry, something went wrong.
|
@n-poulsen, I'm looking at it. |
Sorry, something went wrong.
|
This PR one is ready to merge; I pushed a fix in a separate branch as it's unrelated to the GUI. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.