<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gait-recognition.git/utils, branch disentangling_only</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/'/>
<entry>
<title>Remove triplet sampler</title>
<updated>2021-04-04T04:44:40+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-04-04T04:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=cb05de36f5ffd8584d78c6776dbe90e21abff25a'/>
<id>cb05de36f5ffd8584d78c6776dbe90e21abff25a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into disentangling_only</title>
<updated>2021-04-03T15:06:07+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-04-03T13:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=f6f133fa7b926ce0c7d28bbf0ba4de41b3708d4a'/>
<id>f6f133fa7b926ce0c7d28bbf0ba4de41b3708d4a</id>
<content type='text'>
# Conflicts:
#	config.py
#	models/hpm.py
#	models/layers.py
#	models/model.py
#	models/part_net.py
#	models/rgb_part_net.py
#	test/part_net.py
#	utils/configuration.py
#	utils/triplet_loss.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	config.py
#	models/hpm.py
#	models/layers.py
#	models/model.py
#	models/part_net.py
#	models/rgb_part_net.py
#	test/part_net.py
#	utils/configuration.py
#	utils/triplet_loss.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes and refactoring</title>
<updated>2021-03-25T04:23:23+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-25T04:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=5a063855dbecb8f1a86ad25d9e61a9c8b63312b3'/>
<id>5a063855dbecb8f1a86ad25d9e61a9c8b63312b3</id>
<content type='text'>
1. Correct trained model signature
2. Move `val_size` to system config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Correct trained model signature
2. Move `val_size` to system config
</pre>
</div>
</content>
</entry>
<entry>
<title>Add embedding visualization and validate on testing set</title>
<updated>2021-03-22T11:32:16+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-22T11:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=b6e5972b64cc61fc967cf3d098fc629d781adce4'/>
<id>b6e5972b64cc61fc967cf3d098fc629d781adce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unbalanced datasets</title>
<updated>2021-03-14T13:07:03+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-14T13:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=263b8001ca1b25a43d1c87f187423054e141925d'/>
<id>263b8001ca1b25a43d1c87f187423054e141925d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code refactoring</title>
<updated>2021-03-12T05:56:17+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-12T05:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=c74df416b00f837ba051f3947be92f76e7afbd88'/>
<id>c74df416b00f837ba051f3947be92f76e7afbd88</id>
<content type='text'>
1. Separate FCs and triplet losses for HPM and PartNet
2. Remove FC-equivalent 1x1 conv layers in HPM
3. Support adjustable learning rate schedulers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Separate FCs and triplet losses for HPM and PartNet
2. Remove FC-equivalent 1x1 conv layers in HPM
3. Support adjustable learning rate schedulers
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes</title>
<updated>2021-03-10T06:10:24+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-10T06:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=1b8d1614168ce6590c5e029c7f1007ac9b17048c'/>
<id>1b8d1614168ce6590c5e029c7f1007ac9b17048c</id>
<content type='text'>
1. Resolve reference problems when parsing dataset selectors
2. Transform gallery using different models
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Resolve reference problems when parsing dataset selectors
2. Transform gallery using different models
</pre>
</div>
</content>
</entry>
<entry>
<title>New scheduler and new config</title>
<updated>2021-03-01T10:20:38+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-01T10:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=6002b2d2017912f90e8917e6e8b71b78ce58e7c2'/>
<id>6002b2d2017912f90e8917e6e8b71b78ce58e7c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change flat distance calculation method</title>
<updated>2021-03-01T06:04:02+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-01T06:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=7318a09451852e3f7d5f68180964f03bd0b0f616'/>
<id>7318a09451852e3f7d5f68180964f03bd0b0f616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove identical sample in Batch All case</title>
<updated>2021-03-01T03:20:34+00:00</updated>
<author>
<name>Jordan Gong</name>
<email>jordan.gong@protonmail.com</email>
</author>
<published>2021-03-01T03:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jordangong.com/gait-recognition.git/commit/?id=4bdc37bbd86a83647bbbda7bd1367c08e6c6f6d4'/>
<id>4bdc37bbd86a83647bbbda7bd1367c08e6c6f6d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
